diff options
Diffstat (limited to 'databases/nanodbc/pkg-descr')
-rw-r--r-- | databases/nanodbc/pkg-descr | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/databases/nanodbc/pkg-descr b/databases/nanodbc/pkg-descr index 263198cfcd6f..0ca544238dab 100644 --- a/databases/nanodbc/pkg-descr +++ b/databases/nanodbc/pkg-descr @@ -1 +1,11 @@ -nanodbc is a small library that makes ODBC API programming easy and fun again. +nanodbc is a small C++ library that simplifies ODBC API programming. + +nanodbc is a small C++ wrapper for the native C ODBC API. It aims to make +common database tasks easy with concise code, incorporating modern C++ +standards. + +Features: +* Portable and robust +* Transaction support +* Bound parameters +* Clean separation of interface and implementation using the pimpl idiom |