GitXplorerGitXplorer
s

indxdb

public
92 stars
7 forks
2 issues

Commits

List of commits on branch main.
Verified
c19d4f49005f65c1d921dd4343569d8eb8b288aa

Release 0.6.0

ttobiemh committed 9 days ago
Verified
45bdcfd1ee444a1ece811ee71033c98912e61f76

Ensure `KeyAlreadyExists` error is thrown when key exists

ttobiemh committed 9 days ago
Unverified
d6dc3cbb0a9b37662e590a6b0e06d72b463d75c4

Release 0.5.0

ttobiemh committed 7 months ago
Unverified
486ab68c342684498ac5b9fc345ce22b689f1801

Update 3rd party dependencies

ttobiemh committed 7 months ago
Unverified
0389de12579597d9f76e65f0d9988d9a0731541b

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

ttobiemh committed 7 months ago
Unverified
a2ec54377aa614dc27dfbccd06a426fc48969c46

Release 0.4.0

ttobiemh committed 2 years 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