package firebird
import "github.com/golang-migrate/migrate/v4/database/firebird"
Index ¶
- Variables
- func WithInstance(instance *sql.DB, config *Config) (database.Driver, error)
- type Config
- type Firebird
- 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)
Variables ¶
var DefaultMigrationsTable = "schema_migrations"
Functions ¶
func WithInstance ¶
Types ¶
type Config ¶
type Firebird ¶
type Firebird struct {
// contains filtered or unexported fields
}
func (*Firebird) Close ¶
func (*Firebird) Drop ¶
func (*Firebird) Lock ¶
func (*Firebird) Open ¶
func (*Firebird) Run ¶
func (*Firebird) SetVersion ¶
func (*Firebird) Unlock ¶
func (*Firebird) Version ¶
Source Files ¶
- Version
- v4.7.1
- Published
- Nov 21, 2019
- Platform
- windows/amd64
- Imports
- 10 packages
- Last checked
- now –
Tools for package owners.