Versions in this module Expand all Collapse all v0 v0.1.0 Aug 21, 2022 Changes in this version + type Client struct + func Open(driverName, dataSourceName string, opts ...Option) (*Client, error) + func (c *Client) Ping(ctx context.Context) error + type Option func(*Client) + func ConnMaxLifetime(t time.Duration) Option + func MaxIdleConns(n int) Option + func MaxOpenConns(n int) Option