edma_storage

Crates.ioedma_storage
lib.rsedma_storage
version0.0.2
sourcesrc
created_at2022-12-10 06:19:47.970209
updated_at2023-01-25 22:01:43.341178
descriptionEDMA: Embedded Database Management for All
homepagehttps://github.com/nomadiz/edma
repositoryhttps://github.com/nomadiz/edma
max_upload_size
id733745
size59,808
Tin Chung (chungquantin)

documentation

https://nomadiz.github.io/edma/

README

Embedded database library for EDMA

NOTE: (SolomonDB Forked)

Description

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

Storage layer

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
Commit count: 178

cargo fmt