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

#144 in WebAssembly

Download history 835/week @ 2024-08-14 931/week @ 2024-08-21 756/week @ 2024-08-28 996/week @ 2024-09-04 844/week @ 2024-09-11 862/week @ 2024-09-18 779/week @ 2024-09-25 874/week @ 2024-10-02 630/week @ 2024-10-09 582/week @ 2024-10-16 551/week @ 2024-10-23 519/week @ 2024-10-30 389/week @ 2024-11-06 669/week @ 2024-11-13 703/week @ 2024-11-20 642/week @ 2024-11-27

2,499 downloads per month
Used in 15 crates (7 directly)

Apache-2.0

14KB
254 lines


IndxDB Logo

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
~232K SLoC