Migrate your schema changes with no database locking or breaking changes.
Learn MoreSupport multiple schema versions simultaneously so there are no hiccups in your application.
Learn Morepgroll works by creating virtual schemas based on PostgreSQL views on top of the physical tables. This allows you to make changes to your database without impacting the application.
Existing schemas are supported in Postgres versions 14.0 or later and on any cloud or self managed version.