Crates.io | edma_storage |
lib.rs | edma_storage |
version | 0.0.2 |
source | src |
created_at | 2022-12-10 06:19:47.970209 |
updated_at | 2023-01-25 22:01:43.341178 |
description | EDMA: Embedded Database Management for All |
homepage | https://github.com/nomadiz/edma |
repository | https://github.com/nomadiz/edma |
max_upload_size | |
id | 733745 |
size | 59,808 |
NOTE: (SolomonDB Forked)
Embedded database library that can be installed as Rust crate. This can be used to run an embedded graph database on top of other multiple storage engines
Name | Type | Concurrency | Description |
---|---|---|---|
RocksDB | key-value | Multi-threaded | OptimisticTransactionDB of RocksDB is applied into SolomonDB to allow ACID transaction with multithreaded feature. |
Redb | key-value | Single-threaded | Simple use case of Redb is efficient for simple on-disk store. |
Sled | key-value | Single-threaded | The champagne of beta embedded databases |