Versions in this module Expand all Collapse all v0 v0.1.0 Sep 4, 2024 Changes in this version + type DriverConfig struct + Config *aws.Config + Database string + OutputLocation string + PollFrequency time.Duration v0.0.1 Dec 8, 2018 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 + type Driver struct + func NewDriver(cfg *Config) *Driver + func (d *Driver) Open(connStr string) (driver.Conn, error)