vercel / platforms

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
https://app.vercel.pub
5.73k stars 767 forks source link

Local database, or other database other than vercel #425

Open Chatelo opened 3 months ago

Chatelo commented 3 months ago

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

arafays commented 3 months ago

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