Crates.io | matterdb |
lib.rs | matterdb |
version | 1.2.0 |
source | src |
created_at | 2021-04-12 15:28:15.720385 |
updated_at | 2021-07-15 13:53:24.085753 |
description | Persistent storage implementation based on RocksDB. |
homepage | |
repository | https://github.com/popzxc/matterdb |
max_upload_size | |
id | 382439 |
size | 520,562 |
MatterDB is a document-oriented persistent storage. Under the hood, MerkleDB uses RocksDB as a key-value storage.
Include matterdb
as a dependency in your Cargo.toml
:
[dependencies]
matterdb = "1.0.0"
MatterDB was initially created as MerkleDB by Exonum.
MerkleDB was initially created to support merklized collections atop of the persistent key-value storage. This project does not have the same purpose: instead, it provides a generic convenient and (ideally) backend-agnostic interface for the persistent NoSQL storage, without any bounds to the blockchain specifics.
matterdb
is licensed under the Apache License (Version 2.0).
See LICENSE for details.