Registry / database / unqlite

unqlite

JSON →
library1.1.9vcpkgunverified

An embedded NoSQL, transactional database engine.

vcpkg install unqlite
INSTALL
IMPORT
SIG · UNQLITE
U
unqlite
databasecppv1.1.9
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.

unqlite.h
#include <unqlite.h>

Open and close an UnQLite database.

#include <unqlite.h> int main() { unqlite *pDb; int rc = unqlite_open(&pDb, "test.db", UNQLITE_OPEN_CREATE); unqlite_close(pDb); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.9latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Meta
1
OpenAI (training)
1
Resources

No resource links recorded.

unqlite — pip install unqlite · libregistry