platforms
platforms copied to clipboard
Local database, or other database other than vercel
Is there a way I can setup database of my choice other than vercel postgres locally?
just switch the drizzle adapter https://github.com/vercel/platforms/blob/7e3355678a56d9368e49cd090d729701ba4eff57/lib/db.ts#L1
from vercel adapter to any other database and follow Drizzle to generate migrations and push to database
👋 We've updated this repo to have a more simplified example + a new guide:
- https://github.com/vercel/platforms/pull/451
- https://vercel.com/guides/nextjs-multi-tenant-application