Hi all,
1) I would like to generate DDL SQL from a changelog file programmatically. Can I somehow accomplish this through the Liquibase class? I'm trying to embed the library in another application.
2) Can the changelog file be created programmatically (that would require an object model to be exposed I guess) ?
Thanks!