From f47e0e56a60c689cd0bc15aa1a3ba841ebf2a4ee Mon Sep 17 00:00:00 2001 From: Sayan Nandan <17377258+sntdevco@users.noreply.github.com> Date: Fri, 15 Feb 2019 19:41:04 +0530 Subject: [PATCH] Added database driver crate for ArangoDB --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6e1dc4..2cedf80 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ See also [Rust — Production](https://www.rust-lang.org/production)(organizatio * [seppo0010/rsedis](https://github.com/seppo0010/rsedis) — a Redis reimplementation in Rust [](https://travis-ci.org/seppo0010/rsedis) * [ParityDB](https://github.com/paritytech/paritydb) — Fast and reliable database, optimised for read operation * [tikv](https://github.com/tikv/tikv) — a distributed KV database in Rust [](https://circleci.com/gh/tikv/tikv) +* [Rincon](https://github.com/innoave/rincon) - An ArangoDB driver for Rust ### Emulators