LMDBAL

LMDBAL source code LMDBAL documentation LMDBAL releases LMDBAL bigtracker License

Description

LMDBAL (stands for Lightning Memory Data Base Abstraction Level) is a straightforward C++ library designed to manage a persistent key-value storage.
It’s built on top of the lmdb store for low-level operations and offers a set of classes for data serialization/deserialization, lookup, modification, iteration, and managing transactions.
Currently, it uses Qt for serialization, but that might change down the line.

Features

Even though it’s still early days for the project, there is some cool stuff working already:

Found a bug or have a suggestion? Feel free to report issues via our bug tracker or get in touch through the contact page. I’m all ears for your feedback!