1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2024-11-13 11:16:54 -05:00
This commit is contained in:
Faraz Fallahi 2014-07-29 22:09:38 +04:30
parent f2b931f4a5
commit 3a54d2997a

View file

@ -134,6 +134,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.
* [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. * [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.