I would say your best bet short term is do a quick search the discord search bar in: d1-database prismain: d1-database prisma, it looks like there's a bunch of hits, ex. was anyone able to use Prisma + D1? My
Prisma ORM is a next-generation JavaScript and TypeScript ORM that unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety and auto-completion.
Hey Kent, I have used both Drizzle and Prisma, and both have their pros and cons. Since I was more familiar with Prisma, working with it was a better experience. Prisma is also working on supporting migrations natively. Right now you would have to run the migrations via Wrangler, but soon that won't be the case!