8 releases (5 breaking)

new 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

#134 in WebAssembly

Download history 862/week @ 2024-09-18 779/week @ 2024-09-25 874/week @ 2024-10-02 630/week @ 2024-10-09 582/week @ 2024-10-16 551/week @ 2024-10-23 519/week @ 2024-10-30 389/week @ 2024-11-06 669/week @ 2024-11-13 703/week @ 2024-11-20 654/week @ 2024-11-27 433/week @ 2024-12-04 489/week @ 2024-12-11 267/week @ 2024-12-18 150/week @ 2024-12-25 407/week @ 2025-01-01

1,403 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