Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DatabaseMigrations = migrate.NewManager()
Functions ¶
This section is empty.
Types ¶
type AlembicPostgresDriver ¶
type AlembicPostgresDriver struct {
// contains filtered or unexported fields
}
func NewAlembicPostgresDriver ¶
func NewAlembicPostgresDriver(url string) (*AlembicPostgresDriver, error)
func (*AlembicPostgresDriver) Version ¶
func (apd *AlembicPostgresDriver) Version() (string, error)
func (*AlembicPostgresDriver) WriteVersion ¶
func (apd *AlembicPostgresDriver) WriteVersion(version, replaced string) error
Click to show internal directories.
Click to hide internal directories.