Registry / database / libodb

libodb

JSON →
library2.4.0vcpkgunverified

ODB library, base runtime for the ODB ORM solution.

vcpkg install libodb
INSTALL
IMPORT
SIG · LIBODB
L
libodb
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/odb.hxx
#include <odb/odb.hxx>

Minimal ODB runtime usage.

#include <odb/database.hxx> #include <odb/transaction.hxx> #include <iostream> int main() { std::cout << "ODB runtime initialized" << std::endl; return 0; }
Debug
Known issues
gotchaRequires ODB compiler and database-specific runtime libraries.
fix
Install odb-compiler and appropriate backend (e.g., libodb-sqlite).
affects: *
Upgrade
Version history
2.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
28
Resources

No resource links recorded.

libodb — pip install libodb · libregistry