AbstractAbstractgetRetrieves data.
The key to look under for data.
Optionalend: numberAbstractgetRetrieves data. Throws an error if an error occurs or if the key does not exist.
The key to look under for data.
Optionalend: numberThe data stored under the key, or undefined if not present.
AbstractkeysGets all of the keys
AbstractremoveDeletes the data at ino.
The key to delete from the store.
AbstractremoveDeletes the data at ino.
The key to delete from the store.
AbstractsetAdds the data to the store under an id. Overwrites any existing data.
The key to add the data under.
The data to add to the store.
AbstractsetAdds the data to the store under and id.
The key to add the data under.
The data to add to the store.
A transaction for a store.