From 919c5bc9051ba50c78340eef14d2a5c959b6a892 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 11 Sep 2014 03:34:34 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3295946..e4251ee 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ 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. * [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics. [OpenLDAP] +* [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]