From 6d90cfcd39e423adf1edb59c7fa5d721e38648bb Mon Sep 17 00:00:00 2001 From: seladb Date: Fri, 8 Feb 2019 00:48:29 -0800 Subject: [PATCH] Adding PickleDB --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf5688e..0ce7fa1 100644 --- a/README.md +++ b/README.md @@ -786,6 +786,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [zitsen/unqlite.rs](https://github.com/zitsen/unqlite.rs) — UnQLite bindings [](https://travis-ci.org/zitsen/unqlite.rs) * [ZooKeeper](https://zookeeper.apache.org/) * [bonifaido/rust-zookeeper](https://github.com/bonifaido/rust-zookeeper) [[zookeeper](https://crates.io/crates/zookeeper)] — A client library for Apache ZooKeeper. [](https://travis-ci.org/bonifaido/rust-zookeeper) + * [PickleDB](https://pythonhosted.org/pickleDB/) + * [seladb/pickledb-rs](https://github.com/seladb/pickledb-rs) - a lightweight and simple key-value store, heavily inspired by Python's PickleDB. [](https://travis-ci.org/seladb/pickledb-rs) * SQL [[sql](https://crates.io/keywords/sql)] * Microsoft SQL * [steffengy/tiberius](https://github.com/steffengy/tiberius) — [](https://travis-ci.org/steffengy/tiberius)