# README
sqldav
"sql.Scanner"/"driver.Valuer" for DynamoDB PartiQL (And its Tooltip)
Types
sqldav implements the following sql.Scanner
, driver.Valuer
-
sqldav.Set[string | int | float64 | []byte]
, the Defined Type of[]string
,[]int
,[]float64
,[][]byte
. Converted toset
in DynamoDB. -
sqldav.List
, the Defined Type of[]interface{}
. Converted tolist
in DynamoDB. -
sqldav.Map
, the Defined Type ofmap[string]interface{}
. Converted tomap
in DynamoDB. -
sqldav.TypedList[T]
, the Defined Type of[]T
. Converted tolist
in DynamoDB.
Contributing
Feel free to open a PR or an Issue.
However, you must promise to follow our Code of Conduct.
License
sqldav released under the MIT License
# Functions
AssignMapValueToReflectValue assigns the map type value to the reflect.Value.
ToDocumentAttributeValue converts given interface to a DocumentAttributeMember.
# Variables
No description provided by the author
ErrDocumentAttributeValueIsIncompatible occurs when an incompatible conversion to following: - *types.AttributeValueMemberL - *types.AttributeValueMemberM - *types.AttributeValueMemberSS - *types.AttributeValueMemberNS - *types.AttributeValueMemberBS.
No description provided by the author
ErrNestedStructHasIncompatibleAttributes occurs when the nested struct has incompatible attributes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
DocumentAttributeMember represents Document Attribute Member.
SetSupportable are the types that support the Set.