Path to this page:
./
databases/SQLiteCpp,
C++ SQLite3 wrapper
Branch: CURRENT,
Version: 2.2.0nb15,
Package name: SQLiteCpp-2.2.0nb15,
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)
- (2024-11-01) Updated to version: SQLiteCpp-2.2.0nb15
- (2024-11-01) Updated to version: SQLiteCpp-2.2.0nb14
- (2024-05-29) Updated to version: SQLiteCpp-2.2.0nb13
- (2023-11-08) Updated to version: SQLiteCpp-2.2.0nb12
- (2023-04-19) Updated to version: SQLiteCpp-2.2.0nb11
- (2022-11-23) Updated to version: SQLiteCpp-2.2.0nb10
CVS history: (Expand)