Manu Rodgers
02/17/2022, 11:17 AMNurul
02/17/2022, 12:52 PMuuid 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