diff options
author | Fernando Lopez Jr. <fernando.lopezjr@gmail.com> | 2023-12-10 12:44:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-13 01:48:17 +0700 |
commit | f7b25f149f919e88dfbd60bd036694f89c31a85a (patch) | |
tree | 8501d76edee22de573c8bbf6257e30f289a2beda /libraries/nanodbc/README | |
parent | c94976824de27697c8d704b71c176b9b63772d2a (diff) |
libraries/nanodbc: Added (C++ wrapper for the native C ODBC API).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/nanodbc/README')
-rw-r--r-- | libraries/nanodbc/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/nanodbc/README b/libraries/nanodbc/README new file mode 100644 index 0000000000000..27ea7caca0e00 --- /dev/null +++ b/libraries/nanodbc/README @@ -0,0 +1,4 @@ +A small C++ wrapper for the native C ODBC API. + +note: requires C++14 since v2.12. +Do not version bump this package. |