Versions in this module Expand all Collapse all v1 v1.0.0 May 19, 2023 Changes in this version + func NewDB(db driver.Conn) db.Executor + type Client struct + func NewClient(cfg *Config) *Client + func (c *Client) Connect() (db.Executor, error) + type Config struct