Crate keyvaluedb_web

Source
Expand description

A key-value database for use in browsers

Writes data both into memory and IndexedDB, optionally reads the whole database in memory from the IndexedDB on open.

Structs§

Database
Database backed by both IndexedDB and in memory implementation.

Enums§

Error
An error that occurred when working with IndexedDB.

Traits§

KeyValueDB
Generic key-value database.