[ 源代码: sqlitecpp ]
软件包:libsqlitecpp-dev(3.2.1-1~bpo11+1)
libsqlitecpp-dev 的相关链接
Debian 的资源:
下载源码包 sqlitecpp:
- [sqlitecpp_3.2.1-1~bpo11+1.dsc]
- [sqlitecpp_3.2.1.orig.tar.gz]
- [sqlitecpp_3.2.1-1~bpo11+1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [srombauts.github.io]
相似软件包:
smart and easy to use C++ SQLite3 wrapper
SQLiteC++ offers an encapsulation around the native C APIs of SQLite, with a few intuitive and well documented C++ classes.
The goals of SQLiteC++ are:
- to offer the best of the existing simple C++ SQLite wrappers - to be elegantly written with good C++ design, STL, exceptions and RAII idiom - to keep dependencies to a minimum (STL and SQLite3) - to be portable - to be light and fast - to be thread-safe only as much as SQLite “Multi-thread” mode (see below) - to have a good unit test coverage - to use API names sticking with those of the SQLite library - to be well documented with Doxygen tags, and with some good examples - to be well maintained