6 releases (3 breaking)
0.4.0 | Jun 13, 2023 |
---|---|
0.3.0 | Mar 26, 2023 |
0.2.0 | Apr 4, 2022 |
0.1.3 | Apr 1, 2022 |
0.1.2 | Feb 21, 2022 |
#200 in Database implementations
1,186 downloads per month
Used in 5 crates
(3 directly)
14KB
245 lines
A key-value database engine abstraction layer for IndexedDB running in the browser with WASM.
Features
- Key-Value database
- IndexedDB abstraction layer
- 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
~9–12MB
~219K SLoC