10 releases (breaking)
new 0.8.0 | Feb 20, 2025 |
---|---|
0.7.0 | Jun 10, 2024 |
0.6.0 | Apr 5, 2024 |
0.4.0 | Mar 26, 2023 |
0.2.1 | Mar 7, 2022 |
#431 in Database implementations
2,922 downloads per month
Used in 17 crates
(5 directly)
18KB
386 lines
An embedded, in-memory, immutable, copy-on-write, key-value database engine.
Features
- In-memory database
- Multi-version concurrency control
- Rich transaction support with rollbacks
- Multiple concurrent readers without locking
- Support for serializable, isolated transactions
- Atomicity, Consistency and Isolation from ACID
Dependencies
~3.5–9.5MB
~84K SLoC