Documentation ¶ Overview ¶ nolint:mnd Index ¶ func Config(t *test.Test) db.Config type TestDb func New(t *test.Test, opts ...db.Option) *TestDb func (db *TestDb) Close() error func (db *TestDb) DB() (*db.Client, error) func (db *TestDb) Must() must func (db *TestDb) Schema() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Config ¶ added in v1.6.1 func Config(t *test.Test) db.Config Types ¶ type TestDb ¶ type TestDb struct { *db.Client // contains filtered or unexported fields } func New ¶ func New(t *test.Test, opts ...db.Option) *TestDb func (*TestDb) Close ¶ func (db *TestDb) Close() error func (*TestDb) DB ¶ func (db *TestDb) DB() (*db.Client, error) func (*TestDb) Must ¶ func (db *TestDb) Must() must func (*TestDb) Schema ¶ func (db *TestDb) Schema() string Source Files ¶ View all Source files dbt.go Click to show internal directories. Click to hide internal directories.