Skip to content

Commit 25dd890

Browse files
authored
Mention UUID type for pgx/v5 (#2448)
1 parent d9422dc commit 25dd890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/datatypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ type Author struct {
113113
## UUIDs
114114

115115
The Go standard library does not come with a `uuid` package. For UUID support,
116-
sqlc uses the excellent `github.com/google/uuid` package.
116+
sqlc uses the excellent `github.com/google/uuid` package. The pgx/v5 sql package uses `pgtype.UUID`.
117117

118118
```sql
119119
CREATE TABLE records (

0 commit comments

Comments
 (0)