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
This commit is contained in:
Shannon 2022-04-08 21:33:19 -07:00 committed by GitHub
parent 2db6067f64
commit 86dcf99cf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.