Using Vercel Postgres #289
Replies: 4 comments
-
Since Dub uses Prisma, you can just swap out the Closing this for now – hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hey @steven-tey I'd probably keep this open and maybe make that part of a readme/onboarding I think its a preferred flow to keep a lot of the dependencies in Vercel rather than setting up other subs! |
Beta Was this translation helpful? Give feedback.
-
@Danm72 good point, converting it into a discussion instead! |
Beta Was this translation helpful? Give feedback.
-
Hey hey! Just a heads up, I did attempt to go down the PostgreSQL route (because I'm cheap and didn't want to pay PlanetScale for another DB), but I ran into this issue here with the @@fulltext part of the Prisma Schema: prisma/prisma#8950 Now, I'm sure there is a workaround or a way to handle it in the code, but I'm not that talented. Hopefully that saves you some time if you add compatibility for PostgreSQL! |
Beta Was this translation helpful? Give feedback.
-
Now Vercel has its own Postgres, it would be nice if you could instruct how to implement it
Thanks
Tai
Beta Was this translation helpful? Give feedback.
All reactions