Hey all, my startup is switching to use prisma for...
# orm-help
m
Hey all, my startup is switching to use prisma for our ORM and loving it so far! Was curious to hear best practices for using Prisma Migrations on a Postgres DB (hosted in GCP) on a team of several engineers. Do you spin up and seed a new PG DB for each engineer? Then migrate to a shared stage/dev db and finally to prod? Any additional tools used? Are all db changes done through prisma (never directly on the db)? Great examples welcome!
👀 1
n
Hi Marley 👋 Did you have a look at our Team development with Prisma Migrate Guide? I would say each engineer could work on their local environments first and then migrate to a shared db, this would be an ideal scenario.
v
👋 Hello @Marley, did you have a chance to check Nurul's suggestion? Let us know if that helped!