ReadonlybulkDeletes multiple instances at once.
ReadonlybulkInserts multiple objects at once. Can often see great optimizations in some databases.
ReadonlycountCounts the number of models saved in the database.
ReadonlycreateCreates and saves an instance. An optimization in some databases
ReadonlydeleteDeletes an instance by its id.
The id to delete
ReadonlyretrieveAttempts to get an instance by its id
ReadonlysaveSave the model
The instance to save.
ReadonlysearchSearches instances by the provided search query
ReadonlysearchSearches for a single instance with the given query.
Extensions to the Model type