Skip to content

Commit

Permalink
Merge pull request fffaraz#1353 from bosmatt/bosmatt-patch-1
Browse files Browse the repository at this point in the history
Add Speedb
  • Loading branch information
fffaraz authored Jun 23, 2023
2 parents 7b6298e + 9f3a858 commit b0fe284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [RocksDB](https://github.com/facebook/rocksdb) - Embedded key-value store for fast storage from facebook. [BSD]
* [SimDB](https://github.com/LiveAsynchronousVisualizedArchitecture/simdb) - High performance, shared memory, lock free, cross platform, single file, minimal dependencies, C++11 key-value store. [Apache2]
* [SOCI](https://github.com/SOCI/soci) - A database abstraction layer for C++. [Boost]
* [Speedb](https://github.com/speedb-io/speedb) - Community-led project: A RocksDB compliant high performance scalable embedded key-value store. [Apache2]
* [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]
* [SQLiteC++](https://github.com/SRombauts/SQLiteCpp) - SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. [MIT]
* [sqlite_modern_cpp](https://github.com/SqliteModernCpp/sqlite_modern_cpp) - Header only C++14 wrapper around sqlite library. [MIT]
Expand Down

0 comments on commit b0fe284

Please sign in to comment.