This commit is contained in:
Kartheek Budime 2026-04-10 13:35:06 +05:30 committed by GitHub
commit 3718349824
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -765,6 +765,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem
- [diskv](https://github.com/peterbourgon/diskv) - Home-grown disk-backed key-value store.
- [dolt](https://github.com/dolthub/dolt) - Dolt It's Git for Data.
- [eliasdb](https://github.com/krotik/eliasdb) - Dependency-free, transactional graph database with REST API, phrase search and SQL-like query language.
- [go-sqlite](https://github.com/glebarez/go-sqlite) A Pure Golang implemented SQLite driver without CGO.
- [godis](https://github.com/hdt3213/godis) - A Golang implemented high-performance Redis server and cluster.
- [goleveldb](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go.
- [hare](https://github.com/jameycribbs/hare) - A simple database management system that stores each table as a text file of line-delimited JSON.