We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18aea4 commit d9eb27eCopy full SHA for d9eb27e
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