Hi! I recently discovered this platform thanks to ...
# prisma-data-platform
o
Hi! I recently discovered this platform thanks to one of your devs. I think this is a great tool for taking Prisma to the next level. I love Prisma, but there is one tricky thing with it and that is migrations. In theory they are simple but things can go wrong as we all know. For example, in my project the version controlled migrations have diverged from the production database's migrations. Schema is still the same, but it is a scary feeling. I think the Data Platform would benefit greatly from having some migrations tools, some ideas off the top of my head: • Doing schema migrations (migration is applied to production DB, and then migration file is pushed to repository) • See diff between version controlled migration files and actual applied migrations in production DB • Rollback migrations • Tool for "syncing" version controlled migration and production DB migrations
3
s
Have you considered looking at PlanetScale? The list of benefits you listed are base features PlanetScale provides. https://planetscale.com/docs/tutorials/automatic-prisma-migrations
n
Hi Oliver 👋 Thank you for providing the detailed and thorough feedback 🙏 This has been shared internally to our product team and your feedback would be actively considered during planning of our roadmap for Prisma Data Platform! 🙌
o
Awesome, Nurul! Much appreciated. Best of luck to you
🙌 1