Versions in this module Expand all Collapse all v2 v2.0.2 Sep 22, 2020 v2.0.1 Sep 22, 2020 Changes in this version + func New(config ...Config) (*postgres.Provider, error) + type Config struct + ConnMaxLifetime time.Duration + Database string + DropTable bool + Host string + MaxIdleConns int + MaxOpenConns int + Password string + Port int64 + TableName string + Timeout time.Duration + Username string