cancel
Showing results for 
Search instead for 
Did you mean: 

Importing a PDM into Liquibase

GeorgeMcGeachie
Active Contributor
0 Kudos
676

A client is using a combination of PowerDesigner (for modelling) and Liquibase (for managing changes to databases). It would make the whole process simpler if there was a way of importing a PowerDesigner PDM into Liquibase. Is this a problem that someone has solved already?

I'm looking into the import options for Liquibase shortly; perhaps it has a standard XML import mechanism I can take advantage of.

Accepted Solutions (0)

Answers (1)

Answers (1)

GeorgeMcGeachie
Active Contributor
0 Kudos

Liquibase can read in database schemas from real databases, so one option I'm considering is one or more reference databases. I would create or update an empty database from the latest PowerDesigner PDM; Liquibase will then read in that database and build it's own internal representation, which it can then compare with the different database environments.