9 releases (breaking)

new 0.7.0 Apr 5, 2025
0.6.0 Jan 8, 2025
0.5.0 Jun 10, 2024
0.4.0 Jun 13, 2023
0.1.2 Feb 21, 2022

#142 in WebAssembly

Download history 313/week @ 2024-12-17 206/week @ 2024-12-24 355/week @ 2024-12-31 773/week @ 2025-01-07 634/week @ 2025-01-14 489/week @ 2025-01-21 441/week @ 2025-01-28 730/week @ 2025-02-04 484/week @ 2025-02-11 680/week @ 2025-02-18 418/week @ 2025-02-25 270/week @ 2025-03-04 501/week @ 2025-03-11 482/week @ 2025-03-18 414/week @ 2025-03-25 517/week @ 2025-04-01

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

Apache-2.0

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

~8–10MB
~187K SLoC