Replies: 1 comment
-
I stumbled across the same thing. You just have to wait until v0.6 of sqlx is released. After that sqlx will be compatible with v1 of the uuid crate. So you have to stay on an older version of uuid as long as v0.6 is not released yet. I found this information in the following PR: #1821 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previously the package uuid (https://crates.io/crates/uuid) used to play nicely with sqlx
With the latest update any use of uuid breaks with the error:
the trait
Type<sqlx::Postgres>
is not implemented foruuid::Uuid
Is there anything that needs to be done to get it to work. This is with sqlx 0.5.13 with the uuid feature.
Beta Was this translation helpful? Give feedback.
All reactions