Expand description
A key-value database for use in browsers
Writes data both into memory and IndexedDB, reads the whole database in memory
from the IndexedDB on open
.
Structs§
- Database backed by both IndexedDB and in memory implementation.
Enums§
- An error that occurred when working with IndexedDB.
Traits§
- Generic key-value database.