pgroll with drizzle generated migrations - possible?
Is it possible to use the migrations generated with
drizzle-kit generate
with pgroll?
This would make our db schema updating process very smooth!1 Reply
Hi Schahin, unfortunately this is not possible. You would need to convert the drizzle-kit migration files to the json format expected by pgroll in order for it to work.
https://pgroll.com/blog/introducing-pgroll-zero-downtime-reversible-schema-migrations-for-postgres