An open API service indexing awesome lists of open source software.

https://github.com/surrealdb/indxdb

A key-value database engine abstraction layer for IndexedDB in WASM
https://github.com/surrealdb/indxdb

browser database indexeddb rust surreal surrealdb wasm web

Last synced: 3 months ago
JSON representation

A key-value database engine abstraction layer for IndexedDB in WASM

Awesome Lists containing this project

README

          




IndxDB Logo


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