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

Download history 814/week @ 2024-07-04 671/week @ 2024-07-11 764/week @ 2024-07-18 831/week @ 2024-07-25 877/week @ 2024-08-01 959/week @ 2024-08-08 900/week @ 2024-08-15 870/week @ 2024-08-22 784/week @ 2024-08-29 996/week @ 2024-09-05 856/week @ 2024-09-12 843/week @ 2024-09-19 793/week @ 2024-09-26 847/week @ 2024-10-03 600/week @ 2024-10-10 561/week @ 2024-10-17

2,948 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
~231K SLoC