2 releases
0.0.2 | Jan 25, 2023 |
---|---|
0.0.1 | Dec 10, 2022 |
#283 in Database implementations
33 downloads per month
Used in edma
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.6–8.5MB
~156K SLoC