Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + type InitWithMetadataOpts struct + AWSIAMEnabled bool + AzureADEnabled bool + type PostgresAuthMetadata struct + ConnectionMaxIdleTime time.Duration + ConnectionString string + Database string + Host string + HostAddr string + MaxConns int + Password string + Port string + QueryExecMode string + SslRootCert string + UseAWSIAM bool + UseAzureAD bool + User string + func (m *PostgresAuthMetadata) BuildAwsIamOptions(logger logger.Logger, properties map[string]string) (*aws.Options, error) + func (m *PostgresAuthMetadata) GetPgxPoolConfig() (*pgxpool.Config, error) + func (m *PostgresAuthMetadata) InitWithMetadata(meta map[string]string, opts InitWithMetadataOpts) (err error) + func (m *PostgresAuthMetadata) Reset()