Vercel + Nextjs + Kysely: Database migrations?
Unanswered
North Pacific hake posted this in #help-forum
North Pacific hakeOP
Are there any resources on best practices for running database migrations for Nextjs on Vercel with Neon Postgres database? I'm using Kysely:
https://kysely.dev/docs/migrations
Ideally, I'd like for the migrations to run automatically on deploy.
https://kysely.dev/docs/migrations
Ideally, I'd like for the migrations to run automatically on deploy.