Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.17 KB

CARGO.md

File metadata and controls

31 lines (25 loc) · 1.17 KB

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