Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2022 Changes in this version + func NewPostgresConnPool(connStr string) (*sql.DB, error) + func NewPostgresConnPoolFromConf(conf PsqlDatabaseConfiguration) (*sql.DB, error) + type PsqlDatabaseConfiguration struct + Host string + Name string + Password string + SSLmode string + User string