deleteDatabase() - delete the database from localstorage, will throw an error if it can't be deleted
the filename of the database to delete
the callback to handle the result
loadDatabase() - Load data from localstorage
the name of the database to load
the callback to handle the result
saveDatabase() - save data to localstorage, will throw an error if the file can't be saved might want to expand this to avoid dataloss on partial save
the filename of the database to load
the callback to handle the result
Generated using TypeDoc
A persistence adapter which persists to web browser's local storage object