Orm Key Value Database
kvdb-cpp is a simple orm key value database using leveldb as db engine and reflect-cpp for providing orm support.
The following table lists the libraries in use:
Library | Version | License |
---|---|---|
reflect-cpp | >= 0.15.0 | MIT |
leveldb | >= 1.23 | BSD-3-Clause |
kvdb-cpp supports the following types:
std::string
bool
int
double
structs / classes
- Examples
- Add cmake support
- Docs