From e9e5eb4f1778a1626c6685b8327081ade704c58a Mon Sep 17 00:00:00 2001 From: spekary Date: Wed, 23 Mar 2022 11:38:23 -0700 Subject: [PATCH] Removing slowpoke. The project is officially archived by the author and no longer actively maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 49935dc8..555b8858 100644 --- a/README.md +++ b/README.md @@ -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. - [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. -- [slowpoke](https://github.com/recoilme/slowpoke) - Key-value store with persistence. - [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. - [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang.