Empties a table completely.
Where to delete everything.
Delete data in a table, based on a filter.
Where to delete in.
An object to filter data.
Inserts a value in the database and returns its id.
Inserts multiple values in the database.
Gets all data from a table in the database.
Where to get from.
Gets specific data from a table in the database.
Where to get from.
What to get.
Gets data from a table in the database with a filter.
Where to get from.
An object to filter data.
Updates data in a table.
Where to update.
What to update.
How to update.
Updates data in a table.
Generated using TypeDoc
This CRUD interface is used by the manager to abstract storage.