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 backed by both IndexedDB and in memory implementation.

Enums

  • An error that occurred when working with IndexedDB.

Traits