platforms icon indicating copy to clipboard operation
platforms copied to clipboard

Local database, or other database other than vercel

Open Chatelo opened this issue 1 year ago • 1 comments

Is there a way I can setup database of my choice other than vercel postgres locally?

Chatelo avatar Aug 02 '24 21:08 Chatelo

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

arafays avatar Aug 08 '24 01:08 arafays

👋 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

leerob avatar May 11 '25 14:05 leerob