Versions in this module Expand all Collapse all v4 v4.15.3 Apr 14, 2022 v4.15.2 Apr 13, 2022 Changes in this version + var DefaultMigrationsTable = "schema_migrations" + var ErrNilConfig = fmt.Errorf("no config") + func WithInstance(instance *sql.DB, config *Config) (database.Driver, error) + type Config struct + DatabaseName string + MigrationsTable string + type Firebird struct + func (f *Firebird) Close() error + func (f *Firebird) Drop() (err error) + func (f *Firebird) Lock() error + func (f *Firebird) Open(dsn string) (database.Driver, error) + func (f *Firebird) Run(migration io.Reader) error + func (f *Firebird) SetVersion(version int, dirty bool) error + func (f *Firebird) Unlock() error + func (f *Firebird) Version() (version int, dirty bool, err error)