Registry / database / ddtdanilo-lmdb-wrapper

ddtdanilo-lmdb-wrapper

JSON →
library1.0.1vcpkgunverified

MISRA C compliant wrapper for LMDB (Lightning Memory-Mapped Database)

vcpkg install ddtdanilo-lmdb-wrapper
INSTALL
IMPORT
SIG · DDTDANILO-LMDB-WRA
D
ddtdanilo-lmdb-wrapper
databasecppv1.0.1
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.

lmdb_wrapper/lmdb_wrapper.hpp
#include <lmdb_wrapper/lmdb_wrapper.hpp>

Open an LMDB environment, write a key-value pair, and commit

#include <lmdb_wrapper/lmdb_wrapper.hpp> #include <iostream> int main() { lmdb_wrapper::Env env("test.mdb", lmdb_wrapper::Env::default_flags); auto txn = env.begin_write(); txn.put("key", "value"); txn.commit(); std::cout << "Stored key-value pair" << std::endl; return 0; }
Debug
Known issues
gotchaMISRA C compliance may restrict certain C++ features; ensure your compiler settings match the intended standard.
fix
Use a MISRA-compliant compiler configuration and review the wrapper's documentation for any deviations.
affects: *
Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

ddtdanilo-lmdb-wrapper — pip install ddtdanilo-lmdb-wrapper · libregistry