(ctx context.Context)
| 141 | // Remember to call Close to avoid connection leak |
| 142 | Close(ctx context.Context) error |
| 143 | Ping(ctx context.Context) error |
| 144 | GetDB() *sql.DB |
| 145 | // Execute will execute the statement. |
| 146 | Execute(ctx context.Context, statement string, opts ExecuteOptions) (int64, error) |
no outgoing calls