From 3e2c72cad8469d3fcdff0ccebff741d7f7433e3a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 24 Jul 2014 21:22:16 -0700 Subject: [PATCH] Add LMDB (databases) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be93919..63dd2ad 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin *Database Libraries, SQL Servers, ODBC Drivers, and Tools* * [hiberlite](https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3. +* [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics. * [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