Delete deletes the record with given id of the DB
(r any, conds ...any)
| 66 | |
| 67 | // Delete deletes the record with given id of the DB |
| 68 | Delete(r any, conds ...any) error |
| 69 | |
| 70 | // Raw executes a raw SQL statement and stores the result in r |
| 71 | Raw(r any, query string, args ...any) error |
no outgoing calls