Abstract
Transaction that implements asynchronous operations with synchronous ones
Protected
Whether the transaction was committed or aborted
Aborts and rolls back the transaction.
Commits the transaction.
Retrieves data.
The key to look under for data.
Retrieves data. Throws an error if an error occurs or if the key does not exist.
The data stored under the key, or undefined if not present.
Gets all of the keys
Deletes the data at ino.
ino
The key to delete from the store.
Adds 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.
Adds the data to the store under and id.
Transaction that implements asynchronous operations with synchronous ones