Path to this page:
./
databases/SQLiteCpp,
C++ SQLite3 wrapper
Branch: CURRENT,
Version: 2.2.0nb11,
Package name: SQLiteCpp-2.2.0nb11,
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.
Master sites:
Filesize: 2091.461 KB
Version history: (Expand)
- (2023-04-19) Updated to version: SQLiteCpp-2.2.0nb11
- (2022-11-23) Updated to version: SQLiteCpp-2.2.0nb10
- (2022-04-20) Updated to version: SQLiteCpp-2.2.0nb9
- (2021-12-08) Updated to version: SQLiteCpp-2.2.0nb8
- (2021-04-21) Updated to version: SQLiteCpp-2.2.0nb7
- (2020-11-05) Updated to version: SQLiteCpp-2.2.0nb6
CVS history: (Expand)