"sql.Scanner"/"driver.Valuer" for DynamoDB PartiQL (And its Tooltip)
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.
Feel free to open a PR or an Issue.
However, you must promise to follow our Code of Conduct.
sqldav released under the MIT License