2 releases

0.0.2 Jan 25, 2023
0.0.1 Dec 10, 2022

#251 in Database implementations


Used in edma

MIT license

59KB
2K SLoC

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

Dependencies

~2.7–9MB
~158K SLoC