Flyway and Liquibase allow running schema migrations through psql.
If the migrations used to setup the test environment rely on being run with psql using embedded-postgres gets a bit tricky.
To support such environments it would be helpful if the embedded binaries also contained psql.
Flyway and Liquibase allow running schema migrations through
psql.If the migrations used to setup the test environment rely on being run with
psqlusing embedded-postgres gets a bit tricky.To support such environments it would be helpful if the embedded binaries also contained
psql.