Versions in this module Expand all Collapse all v0 v0.0.2 Apr 13, 2023 v0.0.1 Apr 13, 2023 Changes in this version + func NewClient(t TestingT, opts ...Option) *pets.Client + func Open(t TestingT, driverName, dataSourceName string, opts ...Option) *pets.Client + type Option func(*options) + func WithMigrateOptions(opts ...schema.MigrateOption) Option + func WithOptions(opts ...pets.Option) Option + type TestingT interface + Error func(...any) + FailNow func()