You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on getting CloudFflare d1 support for Prisma with Nuxt Hub, I've created this issue to help track my progress, so far this version of server/utils/prisma.ts is working for me.
I'm working on getting CloudFflare d1 support for Prisma with Nuxt Hub, I've created this issue to help track my progress, so far this version of
server/utils/prisma.ts
is working for me.My current challenge is how to run local migrations:
npx prisma migrate
because it doesn't harness the d1 driverwrangler
because it goes after the .sqlite files in.wrangler
and not.data
Any suggestions/tips/etc would be appreciated, I'll update this issue as I progress
The text was updated successfully, but these errors were encountered: