mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2024-11-13 11:16:54 -05:00
Add MongoDB C Driver and Libbson
This commit is contained in:
parent
ec075eb43c
commit
a42a552fec
1 changed files with 2 additions and 0 deletions
|
@ -182,7 +182,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||
* [Hiredis](https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database. [BSD]
|
||||
* [LevelDB](https://github.com/google/leveldb) - A fast key-value storage library. [BSD]
|
||||
* [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics. [OpenLDAP]
|
||||
* [MongoDB C Driver](https://github.com/mongodb/mongo-c-driver) - MongoDB client library for C. [Apache version 2.0]
|
||||
* [MongoDB C++ Driver](https://github.com/mongodb/mongo-cxx-driver) - C++ driver for MongoDB. [Apache version 2.0]
|
||||
* [MongoDB Libbson](https://github.com/mongodb/libbson) - A BSON utility library. [Apache version 2.0]
|
||||
* [MySQL++](http://www.tangentsoft.net/mysql++/) - A C++ wrapper for MySQL's C API. [LGPL]
|
||||
* [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]
|
||||
|
|
Loading…
Reference in a new issue