Versions in this module Expand all Collapse all v1 v1.0.0 Mar 16, 2021 Changes in this version + const DateLayout + const TimestampLayout + const TimestampWithTimeZoneLayout + func Open(cfg Config) (*sql.DB, error) + type Config struct + Database string + OutputLocation string + PollFrequency time.Duration + Session *session.Session + Workgroup string + type Driver struct + func NewDriver(cfg *Config) *Driver + func (d *Driver) Open(connStr string) (driver.Conn, error)