Registry / database / otl
library4.0.502vcpkgunverified

Oracle, Odbc and DB2-CLI Template Library for database access.

vcpkg install otl
INSTALL
IMPORT
SIG · OTL
O
otl
databasecppv4.0.502
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.

otlv4.h
#include <otlv4.h>

Connect to a database and execute a query

#include "otlv4.h" int main() { otl_connect db; db.rlogon("user/password@database"); otl_stream s(1, "SELECT * FROM table", db); return 0; }
Debug
Known issues
gotchaOTL is header-only but requires linking with database client libraries (e.g., OCI, ODBC).
fix
Ensure the appropriate database client libraries are linked in your project.
affects: *
Upgrade
Version history
4.0.502latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

otl — pip install otl · libregistry