Using Liquibase to migrate selective data.

Hi,


We have two identical database (say A and B), and wonder if its possible to use liquibase to migrate selective data from A to B.


A is a read/write database and B is read-only. We have written a system where a users make changes to A and then ‘copy’ selective changes made on A to B.


I was wondering if it was possible/good idea to use liquibase to do this.


We already use Jack.

Answered question on http://stackoverflow.com/questions/22882584/using-liquibase-to-migrate-data


Nathan