Versions in this module Expand all Collapse all v3 v3.3.0 Jul 18, 2024 Changes in this version + type PGClient struct + func (c *PGClient) Connect(host string, port int, username, password string) (bool, error) + func (c *PGClient) ConnectWithDB(host string, port int, username, password, dbName string) (bool, error) + func (c *PGClient) ExecuteQuery(host string, port int, username, password, dbName, query string) (*utils.SQLResult, error) + func (c *PGClient) IsPostgres(host string, port int) (bool, error)