Initializes a new instance of this object.
The options for the database. The url is the only field used.
Gets the value of a specific key in the database.
The key to retrieve.
The value of the given key, null if no such value exists and no fallback was provided.
Gets the value of a specific key in the database.
The key to retrieve.
The value of the given key, null if no such value exists and no fallback was provided.
Represents a memory database where the data is housed in a single json file.