https://github.com/miyamo2/sqldav
`sql.Scanner` | `driver.Valuer` for DynamoDB PartiQL (And its Tooltip)
https://github.com/miyamo2/sqldav
aws dynamodb go partiql sql
Last synced: 2 months ago
JSON representation
`sql.Scanner` | `driver.Valuer` for DynamoDB PartiQL (And its Tooltip)
- Host: GitHub
- URL: https://github.com/miyamo2/sqldav
- Owner: miyamo2
- License: mit
- Created: 2024-07-12T11:47:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T01:09:57.000Z (about 1 year ago)
- Last Synced: 2026-02-01T14:46:45.227Z (5 months ago)
- Topics: aws, dynamodb, go, partiql, sql
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# sqldav
[](https://pkg.go.dev/github.com/miyamo2/sqldav)
[](https://img.shields.io/github/go-mod/go-version/miyamo2/sqldav?logo=go)
[](https://img.shields.io/github/v/release/miyamo2/sqldav)
[](https://codecov.io/gh/miyamo2/sqldav)
[](https://goreportcard.com/report/github.com/miyamo2/sqldav)
[](https://img.shields.io/github/license/miyamo2/sqldav?&color=blue)
"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 to `set` in DynamoDB.
- `sqldav.List`, the Defined Type of `[]interface{}`. Converted to `list` in DynamoDB.
- `sqldav.Map`, the Defined Type of `map[string]interface{}`. Converted to `map` in DynamoDB.
- `sqldav.TypedList[T]`, the Defined Type of `[]T`. Converted to `list` in DynamoDB.
## Contributing
Feel free to open a PR or an Issue.
However, you must promise to follow our [Code of Conduct](https://github.com/miyamo2/sqldav/blob/main/CODE_OF_CONDUCT.md).
## License
**sqldav** released under the [MIT License](https://github.com/miyamo2/sqldav/blob/main/LICENSE)