From 6244dd81187b112fc6610ac94915a5369f7dc57b Mon Sep 17 00:00:00 2001 From: Julia Naomi Date: Wed, 17 Feb 2021 09:12:12 -0300 Subject: [PATCH] Includes wooridb An experimental general purpose time serial database inspired by Crux and Datomic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 996f045..5827f85 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio * [tikv](https://github.com/tikv/tikv) — A distributed KV database in Rust [![build badge](https://circleci.com/gh/tikv/tikv.svg?style=shield&circle-token=36bab0a8e43edb0941b31c38557d2d9d0d58f708)](https://app.circleci.com/pipelines/github/tikv/tikv) * [sled](https://crates.io/crates/sled) — A (beta) modern embedded database [![Build Status](https://github.com/spacejam/sled/workflows/Rust/badge.svg?branch=master)](https://github.com/spacejam/sled/actions?workflow=Rust) * [TerminusDB](https://github.com/terminusdb/terminusdb-store) - open source graph database and document store [![Build Status](https://github.com/terminusdb/terminusdb-store/workflows/Build/badge.svg)](https://github.com/terminusdb/terminusdb-store/actions) +* [WooriDB](https://github.com/naomijub/wooridb) - General purpose time serial database inspired by Crux and Datomic. ### Emulators