API connection to a database
name of the store to use
Get the value for a given key from the store.
name to look up data for
Get multiple values for given keys in a single transaction.
names to look up data for
Set a value for a given key in the store.
the name to store data as
the data to store
Set multiple values for given keys in a single transaction. The parameter
must contain multiple 2-tuples for calls to set(), i.e. an array of
key-value-pairs.
an array of key-value pairs
StaticopenCreate a new connection to a data store for a given database.
name of the database
name of the store to connect to
Interface class for simplified, promised-based interaction with in-browser IndexedDB data storage. This class is specialises for using only one data store as key-value backend.