Adds the data to the store under the given key. Overwrites any existing data.
The key to add the data under.
The data to add to the store.
If 'true', overwrite any existing data. If 'false', avoids writing the data if the key exists.
Generated using TypeDoc
Represents an asynchronous read-write transaction.