Skip to content

How to configure pgxpool to use google uuid library? #1476

Answered by jackc
soasada asked this question in Q&A
Discussion options

You must be logged in to vote

pgx v4 does not have a built-in adapter for the Google UUID library. It still work though (albeit a little slower) -- pgx v4 is compatible with database/sql Scanner and Valuer.

And there is a 3rd party adapter for pgx v5 https://github.com/vgarvardt/pgx-google-uuid.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@soasada
Comment options

Answer selected by soasada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants