mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2024-11-13 11:16:54 -05:00
Add LMDB (databases)
This commit is contained in:
parent
367a2fe2c0
commit
3e2c72cad8
1 changed files with 1 additions and 0 deletions
|
@ -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*
|
*Database Libraries, SQL Servers, ODBC Drivers, and Tools*
|
||||||
|
|
||||||
* [hiberlite](https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3.
|
* [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.
|
* [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
|
## Debug
|
||||||
|
|
Loading…
Reference in a new issue