i'm getting my hands around the liquibase library and i'ld like to mimic working with existing database. So from command line i manage to generate the changelog and i was wondering whether it's possible to generate insert statements for data insides the tables?

thanks for reading this.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Yes. Use the --diffTypes="data" parameter output CSV files that are referenced from the generated changelog and will populate your database.

link|improve this answer
thannks man, i'll look into it. – black sensei Jul 21 '10 at 7:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.