From b3534ff78d3984035d5a48ff617eb339f7055201 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Fri, 29 Sep 2023 12:22:16 +0300 Subject: [PATCH] added rocksdb in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19483f0..327aed3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ The crates are organized as follow : - p2p-broker : the broker code (as server and core node) - p2p-client-ws : the client connecting to a broker with WebSocket, used by the apps and verifier - p2p-verifier : the code of the verifier -- stores-lmdb : lmdb backed stores +- stores-lmdb : lmdb backed stores (not used anymore) +- stores-rocksdb : RocksDB backed stores. see [repo here](https://git.nextgraph.org/NextGraph/rust-rocksdb) - ngcli : CLI tool to manipulate the repos and administrate the server - ngd : binary executable of the daemon (that can run a broker, verifier and/or Rust services) - ng-wallet : keeps the secret keys of all identities of the user in a safe wallet