From d5e91c354fff34bb0c28baf34916b863eedcfcce Mon Sep 17 00:00:00 2001 From: Benjamin Sohns <83378786+benjasohns@users.noreply.github.com> Date: Fri, 15 Oct 2021 11:43:46 -0300 Subject: [PATCH] Adding BerylDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e8e657..c885045 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu * [BTDB](https://github.com/Bobris/BTDB) - Key Value Database in .Net with Object DB Layer, RPC, dynamic IL and much more * [BuntDB](https://github.com/tidwall/buntdb) - a fast, embeddable, in-memory key/value database for Go with custom indexing and geospatial support. * [Edis](https://github.com/cbd/edis) - is a protocol-compatible Server replacement for Redis. +* [BerylDB](https://github.com/beryldb/beryldb) - A modular key value database. * [ElephantDB](https://github.com/nathanmarz/elephantdb) - Distributed database specialized in exporting data from Hadoop. * [EventStore](https://geteventstore.com/) - distributed time series database. * [GhostDB](https://github.com/jakekgrog/GhostDB) - a distributed, in-memory, general purpose key-value data store that delivers microsecond performance at any scale.