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

#155 in WebAssembly

Download history 489/week @ 2024-10-19 508/week @ 2024-10-26 532/week @ 2024-11-02 463/week @ 2024-11-09 743/week @ 2024-11-16 677/week @ 2024-11-23 586/week @ 2024-11-30 408/week @ 2024-12-07 401/week @ 2024-12-14 209/week @ 2024-12-21 155/week @ 2024-12-28 788/week @ 2025-01-04 613/week @ 2025-01-11 563/week @ 2025-01-18 447/week @ 2025-01-25 440/week @ 2025-02-01

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