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
- Host: GitHub
- URL: https://github.com/surrealdb/indxdb
- Owner: surrealdb
- License: apache-2.0
- Created: 2022-02-18T01:07:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T21:20:55.000Z (6 months ago)
- Last Synced: 2025-06-30T07:19:05.434Z (3 months ago)
- Topics: browser, database, indexeddb, rust, surreal, surrealdb, wasm, web
- Language: Rust
- Homepage: https://crates.io/crates/indxdb
- Size: 61.5 KB
- Stars: 97
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
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