Versions in this module Expand all Collapse all v1 v1.2.2 Jun 8, 2025 Changes in this version + func GetDriver() *sql.Driver + type DBPgsqlClient struct + func NewPgsqlClient() *DBPgsqlClient + func (p *DBPgsqlClient) CheckHealth() error + func (p *DBPgsqlClient) CleanupTasks() error + func (p *DBPgsqlClient) Configure(c any) error + func (p *DBPgsqlClient) InitializeResources(rt plugins.Runtime) error + func (p *DBPgsqlClient) StartupTasks() error Other modules containing this package github.com/go-lynx/lynx/plugins/db/pgsql/v2