Versions in this module Expand all Collapse all v0 v0.9.4 Oct 2, 2020 Changes in this version + var Stdout io.Writer = os.Stdout + type Config struct + DBName string + DBPass string + DBUser string + Host string + Port string + type Configurer interface + Config func() *Config + type PgTool struct + ConfigFn func() Configurer + DockerName string + MigrationSrc string + Name string + SeedSrc string + func (t *PgTool) Command(sys *typgo.BuildSys) *cli.Command + func (t *PgTool) Console(c *typgo.Context) error + func (t *PgTool) CreateDB(c *typgo.Context) error + func (t *PgTool) DropDB(c *typgo.Context) error + func (t *PgTool) MigrateDB(c *typgo.Context) error + func (t *PgTool) RollbackDB(c *typgo.Context) error + func (t *PgTool) SeedDB(c *typgo.Context) error