I've worked with Liquibase before on java>postgresql projects, and it's really great. But I don't really see the benefits with IRIS. Because once you compile the Persistent classes, any changes from liquibase will be "lost" (unless they match exactly, but that would mean you ave additional work with no benefits).
So what's the ideal scenario in this case?
No structure change with liquibase, only data?
- Log in to post comments