(s *schema.Schema, cascade, migrate bool)
| 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 | |
| 47 | // options |
no outgoing calls
no test coverage detected