DEV Community

Alexander6
Alexander6

Posted on

Set up Prod and Dev environments of Database

  • These days I have finished the primary logic of the backend and run it successfully. I launched a local Postgres instance via Docker, and the Nest project writes and reads data from it using Prisma. all things run smoothly locally.
  • But about 2 days ago, I tried to deploy the whole project. As for the database, I chose ** Supabase **. And the Nest project, I want to deploy it on Vercel.
  • How to sync my database migration to Supabase ?
  • What is the command like?

These issues are worth documenting

Image description

Top comments (0)