6 releases (3 breaking)

0.4.0 Jun 13, 2023
0.3.0 Mar 26, 2023
0.2.0 Apr 4, 2022
0.1.3 Apr 1, 2022
0.1.2 Feb 21, 2022

#332 in WebAssembly

Download history 307/week @ 2024-01-01 383/week @ 2024-01-08 442/week @ 2024-01-15 553/week @ 2024-01-22 357/week @ 2024-01-29 562/week @ 2024-02-05 706/week @ 2024-02-12 602/week @ 2024-02-19 646/week @ 2024-02-26 620/week @ 2024-03-04 661/week @ 2024-03-11 833/week @ 2024-03-18 643/week @ 2024-03-25 596/week @ 2024-04-01 624/week @ 2024-04-08 684/week @ 2024-04-15

2,593 downloads per month
Used in 12 crates (6 directly)

Apache-2.0

14KB
245 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

~9–12MB
~221K SLoC