|
|
|
|
|
by joshstrange
1527 days ago
|
|
So far it’s been great overall. You can’t use foreign keys but that’s not a big issue for me (there is an easy work-around for this in Prisma and you just need to remember to add indexes on those columns). Aside from that nothing is coming to mind. You just change your Prisma file, “npx prisma db push” to update your dev DB branch, and then when you are ready to move environments you just make a pull request to the next branch (like dev->qa). |
|