Versions in this module Expand all Collapse all v0 v0.2.0 Nov 25, 2022 Changes in this version + type Client struct + Pool *pgxpool.Pool + func (client *Client) Init(ctx context.Context, basicConfigFilePath string, dbName string, ...) (err error) + func (client *Client) Query(ctx context.Context, sql string, args ...interface{}) (result []any, err error)