8 releases (5 breaking)

0.6.0 Jan 8, 2025
0.5.0 Jun 10, 2024
0.4.0 Jun 13, 2023
0.3.0 Mar 26, 2023
0.1.2 Feb 21, 2022

#171 in WebAssembly

Download history 710/week @ 2024-11-22 634/week @ 2024-11-29 422/week @ 2024-12-06 408/week @ 2024-12-13 212/week @ 2024-12-20 148/week @ 2024-12-27 707/week @ 2025-01-03 616/week @ 2025-01-10 622/week @ 2025-01-17 461/week @ 2025-01-24 519/week @ 2025-01-31 759/week @ 2025-02-07 438/week @ 2025-02-14 647/week @ 2025-02-21 298/week @ 2025-02-28 357/week @ 2025-03-07

1,862 downloads per month
Used in 15 crates (7 directly)

Apache-2.0

15KB
257 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