Versions in this module Expand all Collapse all v0 v0.0.2 Nov 22, 2020 v0.0.1 Nov 21, 2020 Changes in this version + func Document(v interface{}) sql.Scanner + func NewDBWithClient(ddb dynamodbiface.DynamoDBAPI) *sql.DB + func NewDBWithSession(sess *session.Session) *sql.DB + type Config struct + AlwaysConvertCollectionsToGoType bool + DynamoDB dynamodbiface.DynamoDBAPI + Session *session.Session + type Driver struct + func New(cfg Config) *Driver + func (d *Driver) Open(connStr string) (driver.Conn, error) + func (d *Driver) OpenConnector(connStr string) (driver.Connector, error)