Skip to content

BestITUserEUW/kvdb-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ kvdb-cpp

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

Supported for Types

kvdb-cpp supports the following types:

  • std::string
  • bool
  • int
  • double
  • structs / classes

Roadmap

  • Examples
  • Add cmake support
  • Docs

About

Simple Orm Key Value Database

Resources

License

Stars

Watchers

Forks

Packages

No packages published