4 ms·
We've looked into this tool a couple times, haven't adopted it yet. The main issue is compatibility with prisma, which we use for defining our db's schema and a
by Arctic_fly 2y ago
We've looked into this tool a couple times, haven't adopted it yet. The main issue is compatibility with prisma, which we use for defining our db's schema and automating migrations. If there were a slick integration between the two, that would go a long way to convincing us to adopt. In the meantime, we'll go with convenience and (slightly, almost immeasurably) lower reliability. We haven't had downtime due to a migration in months!
- notpushkin 2y agoSame but with Alembic! I'm wondering how hard would it be to open pgroll up for third party migration systems.
- tudorg 2y agoYes, this is the biggest issue right now and we’re working on a solution. What we want to do is add the ability to generate the pgroll migrations based on the prisma generated migration files. Depending on the operation, you might need to add more info. This will work fairly generally, not only prisma.