Registry / database / buck-yeh-bux-sqlite

buck-yeh-bux-sqlite

JSON →
library1.0.5vcpkgunverified

Modern C++ wrapper classes and utilities of the original sqlite3 API

vcpkg install buck-yeh-bux-sqlite
INSTALL
IMPORT
SIG · BUCK-YEH-BUX-SQLIT
B
buck-yeh-bux-sqlite
databasecppv1.0.5
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.

bux/sqlite.h
#include <bux/sqlite.h>

Create a SQLite database and table

#include <bux/sqlite.h> #include <iostream> int main() { bux::sqlite::database db("test.db"); db.execute("CREATE TABLE IF NOT EXISTS test (id INTEGER PRIMARY KEY)"); std::cout << "Database created" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

buck-yeh-bux-sqlite — pip install buck-yeh-bux-sqlite · libregistry