Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Migrate ¶
func Migrate(db *sqlx.DB, opts *MigrationOpts) error
func MustMigrate ¶
func MustMigrate(db *sqlx.DB, opts *MigrationOpts)
Types ¶
type MigrationOpts ¶
type Migrator ¶
type Migrator interface {
Migrate(db *sqlx.DB, opt *MigrationOpts) error
}
Click to show internal directories.
Click to hide internal directories.