Registry / database / libodb-sqlite

libodb-sqlite

JSON →
library2.4.0vcpkgunverified

Sqlite support for the ODB ORM library

vcpkg install libodb-sqlite
INSTALL
IMPORT
SIG · LIBODB-SQLITE
L
libodb-sqlite
databasecppv2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

odb/sqlite/database.hxx
#include <odb/sqlite/database.hxx>

Open SQLite database with ODB

#include "odb/sqlite/database.hxx" #include <iostream> int main() { odb::sqlite::database db("test.db"); std::cout << "SQLite database opened\n"; return 0; }
Debug
Known issues
gotchaRequires ODB compiler to generate database support code
fix
Run odb compiler on your headers before building
affects: *
Upgrade
Version history
2.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources

No resource links recorded.

libodb-sqlite — pip install libodb-sqlite · libregistry