diff --git a/README.md b/README.md index 85af55e0..e45d3135 100644 --- a/README.md +++ b/README.md @@ -674,6 +674,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [hare](https://github.com/jameycribbs/hare) - A simple database management system that stores each table as a text file of line-delimited JSON. - [immudb](https://github.com/codenotary/immudb) - immudb is a lightweight, high-speed immutable database for systems and applications written in Go. - [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. +- [jdocdb](https://github.com/rodolfoap/jdocdb) - A minimalist JSON document file-based database allowing complex SELECT queries. - [ledisdb](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB. - [levigo](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB. - [lotusdb](https://github.com/flower-corp/lotusdb) - Fast k/v database compatible with lsm and b+tree.