From 3f6fb15c5f9834bc2481ba0e06a23c1e90c8b085 Mon Sep 17 00:00:00 2001 From: Jamey Cribbs Date: Sat, 6 Mar 2021 10:33:55 -0500 Subject: [PATCH] Add link to hare under Databases. (#3490) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ab5b5c0..04878f9e 100644 --- a/README.md +++ b/README.md @@ -449,6 +449,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-cache](https://github.com/pmylund/go-cache) - In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. * [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. +* [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. * [Kivik](https://github.com/go-kivik/kivik) - Kivik provides a common Go and GopherJS client library for CouchDB, PouchDB, and similar databases.