Adds the data to the store under the given key.
The key to add the data under.
The data to add to the store.
If 'true', overwrite any existing data. If 'false', avoids storing the data if the key exists.
True if storage succeeded, false otherwise.
Generated using TypeDoc
A read-write transaction for a synchronous key value store.