Versions in this module Expand all Collapse all v0 v0.0.20 Aug 1, 2022 Changes in this version type Postgres + func (d *Postgres) Cleanup() error v0.0.19 Aug 1, 2022 v0.0.18 Aug 1, 2022 v0.0.17 Jul 31, 2022 v0.0.16 Jul 31, 2022 Changes in this version + type Postgres struct + ClearQuery *schema.SqlQuery + Client *sql.DB + Db string + FailQuery *schema.SqlQuery + Host string + Key *string + Pass string + Port int + QueryKey *bool + RetrieveQuery *schema.SqlQuery + SslMode string + User string + func (d *Postgres) ClearWork() error + func (d *Postgres) GetWork() (*string, error) + func (d *Postgres) HandleFailure() error + func (d *Postgres) Init() error + func (d *Postgres) LoadEnv(prefix string) error + func (d *Postgres) LoadFlags() error