Remember to call Close to avoid connection leak
(ctx context.Context)
| 140 | Open(ctx context.Context, dbType storepb.Engine, config ConnectionConfig) (Driver, error) |
| 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. |
no outgoing calls