Optional
fsPrivate
#initializeFSdeleteDatabase() - delete the database file, will throw an error if the file can't be deleted
LokiFsAdapter
the filename of the database to delete
the callback to handle the result
loadDatabase() - Load data from file, will throw an error if the file does not exist
LokiFsAdapter
the filename of the database to load
the callback to handle the result
saveDatabase() - save data to file, will throw an error if the file can't be saved might want to expand this to avoid dataloss on partial save
LokiFsAdapter
the filename of the database to load
the callback to handle the result
Generated using TypeDoc
A Sylvie persistence adapter which persists using node fs module