Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrationNoTx ¶
MigrationNoTx represents a single not transactional migration
func (*MigrationNoTx) String ¶
func (m *MigrationNoTx) String() string
type Migrator ¶
type Migrator struct { TableName string // contains filtered or unexported fields }
Migrator is the migrator implementation
func (*Migrator) NeedUpgrade ¶
NeedUpgrade returns True if database need to be updated with migrations
Click to show internal directories.
Click to hide internal directories.