Path to this page:
./
databases/SQLiteCpp,
C++ SQLite3 wrapper
Branch: pkgsrc-2022Q2,
Version: 2.2.0nb9,
Package name: SQLiteCpp-2.2.0nb9,
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)
- (2022-06-30) Package added to pkgsrc.se, version SQLiteCpp-2.2.0nb9 (created)