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

#127 in WebAssembly

Download history 523/week @ 2024-07-21 954/week @ 2024-07-28 953/week @ 2024-08-04 866/week @ 2024-08-11 1006/week @ 2024-08-18 740/week @ 2024-08-25 987/week @ 2024-09-01 757/week @ 2024-09-08 991/week @ 2024-09-15 804/week @ 2024-09-22 837/week @ 2024-09-29 739/week @ 2024-10-06 618/week @ 2024-10-13 470/week @ 2024-10-20 524/week @ 2024-10-27 481/week @ 2024-11-03

2,177 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
~232K SLoC