CppDB
SQlite3 Backend - "sqlite3"

SQlite3 backend allows to connect to SQlite3 database. It uses native SQlite3 C client API.

Connection String

The driver name is "sqlite3", cppdb::session::engine() returns "sqlite3"

Connection Properties are:

Implementation Details

Both prepared and not prepared statements are implemented using sqlite3_ API, while unprepared statements just not getting cached unlike prepared ones.

Last insert row id is fetched using sqlite3_last_insert_rowid(), the name of the sequence is ignored.

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator