()
| 39 | type DB interface { |
| 40 | Connect(string, string, int) error |
| 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 |
no outgoing calls
no test coverage detected