Crates.io | metaldb |
lib.rs | metaldb |
version | 1.0.0 |
source | src |
created_at | 2022-05-15 12:10:17.226095 |
updated_at | 2022-05-15 12:10:17.226095 |
description | Persistent storage implementation based on RocksDB. |
homepage | |
repository | https://github.com/olegnn/metaldb |
max_upload_size | |
id | 587123 |
size | 530,664 |
metaldb is a document-oriented persistent storage. Under the hood, MerkleDB uses RocksDB as a key-value storage.
Include metaldb
as a dependency in your Cargo.toml
:
[dependencies]
metaldb = "1.0.0"
metaldb was initially created as MerkleDB by Exonum.
MerkleDB was initially created to support merkelized collections atop 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.
metaldb
is licensed under the Apache License (Version 2.0).
See LICENSE for details.