GitXplorerGitXplorer
s

indxdb

public
84 stars
7 forks
1 issues

Commits

List of commits on branch main.
Unverified
d6dc3cbb0a9b37662e590a6b0e06d72b463d75c4

Release 0.5.0

ttobiemh committed 3 months ago
Unverified
486ab68c342684498ac5b9fc345ce22b689f1801

Update 3rd party dependencies

ttobiemh committed 3 months ago
Unverified
0389de12579597d9f76e65f0d9988d9a0731541b

Add `Tx::keys` function for key iteration only

ttobiemh committed 3 months ago
Unverified
a2ec54377aa614dc27dfbccd06a426fc48969c46

Release 0.4.0

ttobiemh committed a year ago
Unverified
50fea43b2b7fe2f418dccaaa337006ccbc97f404

Update 3rd party dependencies

ttobiemh committed a year ago
Verified
c07677a9d5e3dd3419bc7fecebe9a3c8fb973f60

[wasi-bindgen] Do not use serde-serialize (#2)

ssgirones committed a year ago

README

The README file for this repository.

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