Versions in this module Expand all Collapse all v2 v2.0.1 Sep 4, 2026 Changes in this version + type PostgresClient struct + func (p *PostgresClient) Check() error + func (p *PostgresClient) Close() + func (p *PostgresClient) GetConnection(dbName ...string) (*gorm.DB, error) + func (p *PostgresClient) Init(postgresConfigData []byte) + func (p *PostgresClient) IsMultiDB() bool + func (p *PostgresClient) ListConnNames() []string + func (p *PostgresClient) UseCache() bool