6 releases (3 breaking)
0.4.0 | Mar 26, 2023 |
---|---|
0.3.0 | Apr 4, 2022 |
0.2.1 | Mar 7, 2022 |
0.2.0 | Feb 15, 2022 |
0.1.1 | Jan 27, 2022 |
#206 in Database implementations
5,703 downloads per month
Used in 10 crates
(3 directly)
17KB
370 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–5MB
~85K SLoC