idb
idb copied to clipboard
A futures based crate for interacting with IndexedDB on browsers using webassembly.
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...
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...
Similar to [`deli`](https://github.com/devashishdxt/deli).