9 releases (breaking)
0.7.0 | Jun 10, 2024 |
---|---|
0.6.0 | Apr 5, 2024 |
0.5.0 | Apr 3, 2024 |
0.4.0 | Mar 26, 2023 |
0.1.1 | Jan 27, 2022 |
#355 in Database implementations
6,581 downloads per month
Used in 31 crates
(6 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–10MB
~86K SLoC