Path to this page:
./
databases/SQLiteCpp,
C++ SQLite3 wrapper
Branch: CURRENT,
Version: 2.2.0nb6,
Package name: SQLiteCpp-2.2.0nb6,
Maintainer: minskimSQLiteC++ offers an encapsulation arround the native C APIs of SQLite,
with a few intuitive and well documented C++ class. It is designed
using the Resource Acquisition Is Initialization (RAII) idom, and
throwing exceptions in case of SQLite errors (exept in destructors,
where assert() are used instead). Each SQLiteC++ object must be
constructed with a valid SQLite database connection, and then is
always valid until destroyed.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 6501619f2a6322d6a2f1948d20d5986a49b050c2
RMD160: 19f2761d842c60b9b6dd11c45ac2c0b521a5bae3
Filesize: 2091.461 KB
Version history: (Expand)
- (2020-11-05) Updated to version: SQLiteCpp-2.2.0nb6
- (2020-06-02) Updated to version: SQLiteCpp-2.2.0nb5
- (2020-04-12) Updated to version: SQLiteCpp-2.2.0nb4
- (2019-04-03) Updated to version: SQLiteCpp-2.2.0nb3
- (2018-12-09) Updated to version: SQLiteCpp-2.2.0nb2
- (2018-07-24) Updated to version: SQLiteCpp-2.2.0nb1
CVS history: (Expand)