Correct UUID usage with 2.0 ORM #12792
-
|
Hi, I'm trying to come up with a recommended UUIDv7 PK type. I mean the left side is stdlib's UUID, the right side is sqlalchemy.Uuid (not sqlalchemy.types.uuid, or is this an alias?). For generation I'm using uuid_utils.uuid7, until Python 3.14 gets more supported in the ecosystem. Can you tell me if this is correct? |
Beta Was this translation helpful? Give feedback.
Answered by
CaselIT
Aug 7, 2025
Replies: 1 comment 3 replies
-
|
Hi, Seems correct. The types module contains aliases of types, so either one is fine |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
hyperknot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Seems correct. The types module contains aliases of types, so either one is fine