For H2, I've used: http://www.h2database.com/javadoc/org/h2/tools/RunScript.html
Then create some SQL scripts with bulk inserts of test data. mrg On Wed, Mar 16, 2016 at 6:31 AM, Hugi Thordarson <h...@karlmenn.is> wrote: > Hi all. > > Just out of curiosity; how are you guys populating your test DBs before > running tests? Has anyone written something brilliant to do it with e.g. > .yml-files (via Cayenne)? Are you doing it via SQL-scripts? In code perhaps? > > I’m currently creating my test DBs in code (using Cayenne) and it becomes > cumbersome when they reach a certain size :). > > Cheers, > - hugi