Readonly
bulkInserts multiple objects at once. Can often see great optimizations in some databases.
Readonly
countCounts the number of models saved in the database.
Readonly
createCreates and saves an instance. An optimization in some databases
Readonly
deleteDeletes an instance by its id.
The id to delete
Readonly
retrieveAttempts to get an instance by its id
Readonly
saveSave the model
The instance to save.
Readonly
searchSearches instances by the provided search query
Readonly
searchSearches for a single instance with the given query.
Extensions to the Model type