9 releases (breaking)

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

#132 in WebAssembly

Download history 613/week @ 2025-01-11 563/week @ 2025-01-18 447/week @ 2025-01-25 565/week @ 2025-02-01 721/week @ 2025-02-08 498/week @ 2025-02-15 607/week @ 2025-02-22 290/week @ 2025-03-01 446/week @ 2025-03-08 491/week @ 2025-03-15 362/week @ 2025-03-22 462/week @ 2025-03-29 696/week @ 2025-04-05 477/week @ 2025-04-12 438/week @ 2025-04-19 592/week @ 2025-04-26

2,318 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
~188K SLoC