"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 tosetin DynamoDB. -
sqldav.List, the Defined Type of[]interface{}. Converted tolistin DynamoDB. -
sqldav.Map, the Defined Type ofmap[string]interface{}. Converted tomapin DynamoDB. -
sqldav.TypedList[T], the Defined Type of[]T. Converted tolistin 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