We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9422dc commit 25dd890Copy full SHA for 25dd890
1 file changed
docs/reference/datatypes.md
@@ -113,7 +113,7 @@ type Author struct {
113
## UUIDs
114
115
The Go standard library does not come with a `uuid` package. For UUID support,
116
-sqlc uses the excellent `github.com/google/uuid` package.
+sqlc uses the excellent `github.com/google/uuid` package. The pgx/v5 sql package uses `pgtype.UUID`.
117
118
```sql
119
CREATE TABLE records (
0 commit comments