idb icon indicating copy to clipboard operation
idb copied to clipboard

A futures based crate for interacting with IndexedDB on browsers using webassembly.

Results 3 idb issues
Sort by recently updated
recently updated
newest added

Currently, `idb` relies on behavior of the futures executor that is not actually specified: it assumes that waking a task from an IndexedDB callback, and then returning from the IndexedDB...

wontfix

It would be convenient if a transaction that wasn't explicitly flushed with `done()` or `commit()` instead automatically called `abort()` when dropped. This would allow users to more easily bail with...

enhancement
help wanted

Similar to [`deli`](https://github.com/devashishdxt/deli).