Liquibase allows you to build database schemas in a platform-neutral way, which is good for a situation like ours where we support multiple databases.
Our schemas have a lot of complexity, including things like stored procedures and triggers that would still require platform-specific SQL. But a lot of the complexity could be simplified.
Liquibase allows you to build database schemas in a platform-neutral way, which is good for a situation like ours where we support multiple databases.
Our schemas have a lot of complexity, including things like stored procedures and triggers that would still require platform-specific SQL. But a lot of the complexity could be simplified.