# README
dynamosql
DynamoDB SQL Driver
# Packages
nolint: govet.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Document returns a sql.Scanner that can scan DynamoDB items into a struct or map using dynamodbattribute.UnmarshalMap (https://godoc.org/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute).
New creates a Driver instance using a custom config.
NewDBWithClient returns a sql.DB backed by dynamosql using the given DynamoDB client.
NewDBWithSession returns a sql.DB backed by dynamosql with a DynamoDB client constructed from the given Session.