the name of the database to delete
the callback to handle the result or error after deleting
Loads a serialized database from the persistence layer. This method should pass the string contents of the database to the callback after completion.
the name of the database to load
the callback to handle the result or error after loading. On success, the value of the param with be either a string or null.
Saves a serialized database to the persistence layer.
the name of the database to save
a serialized database string to save
Optional
callback: PersistenceAdapterCallbackthe callback to handle the result or error after saving
Generated using TypeDoc
Deletes a database from the persistence layer.