Categorygithub.com/mightyguava/dynamosql
modulepackage
0.0.2
Repository: https://github.com/mightyguava/dynamosql.git
Documentation: pkg.go.dev

# 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.

# Structs

Config provides optional settings to the DynamoDB driver.
Driver is the DynamoDB SQL driver.