From 86dcf99cf385b7a77ca724bb8d0a1a074cf2f1cb Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 8 Apr 2022 21:33:19 -0700 Subject: [PATCH] Removing scribble: (#4135) - No official releases - Last commit over 3 years ago - Is a branch of another project that is diverging - Does not conform to current awesome-go guidlines --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5ba92b02..f132cff9 100644 --- a/README.md +++ b/README.md @@ -684,7 +684,6 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [pudge](https://github.com/recoilme/pudge) - Fast and simple key/value store written using Go's standard library. - [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. - [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.