From f118db2b4797d17b2ea85cf5902b07005a8d8b35 Mon Sep 17 00:00:00 2001 From: edomaur Date: Fri, 7 Dec 2018 11:41:49 +0100 Subject: [PATCH] Add IndraDB Graph Database --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79416c6..6e1a3e7 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html)(organizations ### Database +* [indradb/indradb](https://github.com/indradb/indradb) — Rust based graph database [](https://travis-ci.org/indradb/indradb) * [Mentat](https://mozilla.github.io/mentat/) — Project Mentat is a persistent, embedded knowledge base. It draws heavily on DataScript and Datomic. Mentat is intended to be a flexible relational (not key-value, not document-oriented) store that makes it easy to describe, grow, and reuse your domain schema. * [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)