prisma-generator-drizzle icon indicating copy to clipboard operation
prisma-generator-drizzle copied to clipboard

A Prisma generator for generating Drizzle schema with ease

Results 4 prisma-generator-drizzle issues
Sort by recently updated
recently updated
newest added

If your field is an array but your custom type is not, drizzle will think that the data you have to enter to create a new entry has to be...

I followed the instructions in the README and executed the relevant commands. However, when I reached the following command, an error occurred. I searched extensively on search engines but couldn't...

bug

When we have timestampTZ from postgres we should add withTimezone true to the drizzle schema. here is how it should look like: Description of drizzle timestamps ![image](https://github.com/farreldarian/prisma-generator-drizzle/assets/25470423/14f46e31-baba-44b8-8513-addb0f4ade71) Related tweet https://twitter.com/Jaaneek/status/1751655615271727251

feature

v1

23 comment

### Planned Features These are the essential features needed for querying and mutating purposes, providing 1:1 feature mapping from Prisma. Please mention if there's anything missed from this list. ####...