Files
ports/databases/nanodbc/pkg-descr
T

12 lines
373 B
Plaintext

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