valtyr / prisma-kysely

🪄 Generate Kysely types directly from your Prisma schema!
https://www.npmjs.com/package/prisma-kysely
MIT License
905 stars 34 forks source link

Auto-generated string ID is not mapping to Generated<string> #105

Closed Serpentarius13 closed 3 weeks ago

Serpentarius13 commented 1 month ago

Now, generator outputs Generated for ID only if its a number. When using cuid or uuid in prisma's @default, it outputs string and requires it to be passed when creating new row

Serpentarius13 commented 1 month ago

Okay, I see why now - No cuid generation from sqlite for me! Should close