diff --git a/README.md b/README.md index 20a7671..76f32ac 100644 --- a/README.md +++ b/README.md @@ -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