AuxModelQuery creates a new preconfigured select auxiliary.db query with preset SELECT, FROM and other common fields based on the provided model.
(model Model)
| 294 | // AuxModelQuery creates a new preconfigured select auxiliary.db query with preset |
| 295 | // SELECT, FROM and other common fields based on the provided model. |
| 296 | AuxModelQuery(model Model) *dbx.SelectQuery |
| 297 | |
| 298 | // Delete deletes the specified model from the regular app database. |
| 299 | Delete(model Model) error |
no outgoing calls