7 releases (4 breaking)
0.5.0 | Jun 10, 2024 |
---|---|
0.4.0 | Jun 13, 2023 |
0.3.0 | Mar 26, 2023 |
0.2.0 | Apr 4, 2022 |
0.1.2 | Feb 21, 2022 |
#125 in WebAssembly
2,948 downloads per month
Used in 15 crates
(7 directly)
14KB
254 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
~10–18MB
~231K SLoC