Versions in this module Expand all Collapse all v0 v0.5.3 Aug 12, 2019 v0.5.2 Aug 12, 2019 v0.5.1 Aug 11, 2019 Changes in this version + func Console(ctx *typictx.ActionContext) (err error) v0.5.0 Aug 10, 2019 Changes in this version + func CreateDB(ctx *typictx.ActionContext) (err error) + func DropDB(ctx *typictx.ActionContext) (err error) + func MigrateDB(ctx *typictx.ActionContext) (err error) + func Module() *typictx.Module + func RollbackDB(ctx *typictx.ActionContext) (err error) + type Config struct + DbName string + Host string + MigrationSrc string + Password string + Port int + User string + func (c *Config) AdminDataSource() string + func (c *Config) DataSource() string + func (c *Config) DatabaseName() string + func (c *Config) DriverName() string + func (c *Config) MigrationSource() string