Close the database.
Create an item in the database.
The store to create the item in.
The key of the item to create.
The value of the item to create.
Delete an item from the database.
The store to delete the item from.
The key of the item to delete.
Destroy the database.
Get an item from the database.
Should be used when the value is expected to be a single item.
The store to get the item from.
The key of the item to get.
The item from the database.
Get items from the database.
Should be used when the value is expected to be an array.
The store to get the items from.
The key of the item to get.
Optionallimit: number(optional) Number of items to get.
Optionaloffset: number(optional) Start index of the items to get.
The items from the database.
Open the database.
Update an item in the database.
The store to update the item in.
The key of the item to update.
The value of the item to update.
matrixStoreshould be compatible withmatrix-js-sdk:IStoreand should be used asstorefor initializing the matrix client