This commit is contained in:
questor/inter
2014-08-12 12:01:28 +02:00
parent eee085b6ef
commit c77d97d9cd

View File

@@ -146,6 +146,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [hiberlite](https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3.
* [Hiredis](https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database.
* [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics.
* [RocksDB](https://github.com/facebook/rocksdb) - Embedded key-value store for fast storage from facebook.
* [SQLite](http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.
## Debug