Skip to content

Commit

Permalink
Merge pull request fffaraz#214 from cruppstahl/master
Browse files Browse the repository at this point in the history
Add upscaledb embedded database
  • Loading branch information
fffaraz committed Apr 9, 2016
2 parents fe04e87 + 409724d commit 59d6e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [redis3m](https://github.com/luca3m/redis3m) - Wrapper of hiredis with clean C++ interface, supporting sentinel and ready to use patterns. [Apache2]
* [RocksDB](https://github.com/facebook/rocksdb) - Embedded key-value store for fast storage from facebook. [BSD]
* [SQLite](http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project. [PublicDomain]
* [upscaledb](https://upscaledb.com) - An embedded "typed" key/value store with a built-in query interface. [GPLv3]

## Debug
*Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing*
Expand Down

0 comments on commit 59d6e0e

Please sign in to comment.