Extending classes should override query
or implement this method
Optional
options: AbortOptionsExtending classes should override queryKeys
or implement this method
Optional
options: AbortOptionsThis will return an object with which you can chain multiple operations together, with them only being executed on calling commit
.
Remove the record for the passed key
Optional
options: AbortOptionsRemove values for the passed keys
Retrieve the value stored under the given key
Optional
options: AbortOptionsRetrieve values for the passed keys
Check for the existence of a value for the passed key
Optional
options: AbortOptionsStore the passed value under the passed key
Optional
options: AbortOptionsStore the given key/value pairs
A datastore that can combine multiple stores. Puts and deletes will write through to all datastores. Has and get will try each store sequentially. Query will always try the last one first.