(ctx context.Context, sql string, values ...interface{})
| 38 | type Interface[T any] interface { |
| 39 | Raw(sql string, values ...interface{}) ExecInterface[T] |
| 40 | Exec(ctx context.Context, sql string, values ...interface{}) error |
| 41 | CreateInterface[T] |
| 42 | } |
| 43 |
no outgoing calls