(ctx context.Context, options *transaction.TxOptions)
| 41 | Close() |
| 42 | Begin() (transaction.Transaction, error) |
| 43 | BeginTx(ctx context.Context, options *transaction.TxOptions) (transaction.Transaction, error) |
| 44 | RegisterTable(s *schema.Schema, cascade, migrate bool) error |
| 45 | DropTable(*schema.Schema) error |
| 46 |
no outgoing calls
no test coverage detected