What's the difference between uuid and cuid?
# orm-help
m
What's the difference between uuid and cuid?
n
Hey Manu 👋, The main difference between
uuid
and
cuid
would be that they follow different specs in generating the
id
UUID are standardised by Open Source Foundation (OSF) while CUID is created by Eric Elliot which is optimized for Horizontal Scaling. Another difference is of the format of ids which are generated by both packages. You can know about differences in
cuid
and
uuid
in context of Prisma in this Reference Guide