Versions in this module Expand all Collapse all v0 v0.0.3 Apr 19, 2020 v0.0.2 Apr 13, 2020 v0.0.1 Apr 13, 2020 Changes in this version + func Connection(ctx context.Context, cp ConnectionParams) *pg.DB + func CreateSchema(db *pg.DB, schema string) error + type ConnectionParams struct + Database string + Host string + Password string + Port string + Schema string + User string