Registry / database / bw-sqlitemap

bw-sqlitemap

JSON →
library1.2.0vcpkgunverified

sqlitemap — Persistent Map Backed by SQLite

vcpkg install bw-sqlitemap
INSTALL
IMPORT
SIG · BW-SQLITEMAP
B
bw-sqlitemap
databasecppv1.2.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.

sqlitemap.h
#include <sqlitemap.h>

Create a persistent key-value store backed by SQLite

#include "sqlitemap.h" #include <iostream> int main() { bw::sqlitemap<std::string, int> map("test.db"); map["key1"] = 42; std::cout << "Value: " << map["key1"] << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

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

No resource links recorded.

bw-sqlitemap — pip install bw-sqlitemap · libregistry