From 570407521a0b9c9455642caaf1ef0d2291a8b632 Mon Sep 17 00:00:00 2001 From: Mike Miller <67834536+firedupmike@users.noreply.github.com> Date: Fri, 7 Aug 2020 09:05:20 +0530 Subject: [PATCH] Added TerrabaseDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bda8348..59a3fcf 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio * [ParityDB](https://github.com/paritytech/parity-db) — Fast and reliable database, optimised for read operation * [PumpkinDB](https://github.com/PumpkinDB/PumpkinDB) — an event sourcing database engine [](https://travis-ci.org/PumpkinDB/PumpkinDB) * [seppo0010/rsedis](https://github.com/seppo0010/rsedis) — A Redis reimplementation in Rust [](https://travis-ci.org/seppo0010/rsedis) +* [TerrabaseDB](https://github.com/terrabasedb/terrabase) — A multi-model NoSQL database ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/terrabasedb/terrabase/Tests?style=flat-square) * [tikv](https://github.com/tikv/tikv) — A distributed KV database in Rust [](https://circleci.com/gh/tikv/tikv) ### Emulators