Removing slowpoke. The project is officially archived by the author and no longer actively maintained.

This commit is contained in:
spekary 2022-03-23 11:38:23 -07:00 committed by Avelino
parent afebb1bf02
commit e9e5eb4f17

View File

@ -619,7 +619,6 @@ _Databases implemented in Go._
- [rosedb](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset. - [rosedb](https://github.com/roseduan/rosedb) - An embedded k-v database based on LSM+WAL, supports string, list, hash, set, zset.
- [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite. - [rqlite](https://github.com/rqlite/rqlite) - The lightweight, distributed, relational database built on SQLite.
- [Scribble](https://github.com/nanobox-io/golang-scribble) - Tiny flat file JSON store. - [Scribble](https://github.com/nanobox-io/golang-scribble) - Tiny flat file JSON store.
- [slowpoke](https://github.com/recoilme/slowpoke) - Key-value store with persistence.
- [tempdb](https://github.com/rafaeljesus/tempdb) - Key-value store for temporary items. - [tempdb](https://github.com/rafaeljesus/tempdb) - Key-value store for temporary items.
- [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. - [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1.
- [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. - [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang.