Versions in this module Expand all Collapse all v1 v1.0.1 Mar 4, 2020 v1.0.0 Mar 11, 2019 Changes in this version + var ErrSQLNotFound = errors.New("not found") + func NewConnPool(postgresDBConf Config) (*sqlx.DB, error) + type Config struct + DbName string + Host string + Password string + Port string + User string + type QueryFilter struct + FilterSQL string + NamedParams map[string]interface{} + type SQLNamedQueryer interface + NamedQueryContext func(ctx context.Context, query string, arg interface{}) (*sqlx.Rows, error) + type SQLPrepareNamed interface + PrepareNamed func(query string) (*sqlx.NamedStmt, error) + type SSLConf struct + CertPath string + KeyPath string + RootCertPath string