fdarian / prisma-generator-drizzle

A Prisma generator for generating Drizzle schema with ease
129 stars 11 forks source link

fix: json list was not generating type as array #58

Closed jansedlon closed 4 months ago

jansedlon commented 4 months ago

This PR should add support for json list. Not sure if that's 100% correct but in my codebase i have to explicitly set the type as array even though drizzle knows it's array

jansedlon commented 4 months ago

I closed it for now because i didnt see the #53 so ill make a patch for myself in the meantime