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.
Optional
callback: PersistenceAdapterCallbackGenerated using TypeDoc
Deletes a database from the persistence layer.