Registry / database / oatpp-sqlite

oatpp-sqlite

JSON →
library1.3.0vcpkgunverified

Oat++ SQLite adapter for Oat++ ORM.

vcpkg install oatpp-sqlite
INSTALL
IMPORT
SIG · OATPP-SQLITE
O
oatpp-sqlite
databasecppv1.3.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.

oatpp-sqlite/orm.hpp
#include <oatpp-sqlite/orm.hpp>

Create an SQLite connection provider for Oat++ ORM

#include <oatpp-sqlite/orm.hpp> #include <iostream> int main() { oatpp::sqlite::ConnectionProvider provider("test.db"); std::cout << "SQLite connection provider created.\n"; return 0; }
Debug
Known issues
gotchaRequires Oat++ core library (oatpp) as a dependency
fix
Add find_package(oatpp) and link oatpp::oatpp before using oatpp-sqlite
affects: all
Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

oatpp-sqlite — pip install oatpp-sqlite · libregistry