Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grails start two in-memory databases for dev/test?

Is there a way to start up two in-memory databases with grails? Specifically, I'd like to integration test my ETL process and allow reporting to be runnable in both development and test environments.

like image 547
Stefan Kendall Avatar asked Mar 23 '26 19:03

Stefan Kendall


1 Answers

You should be able to do this with the Datasources Plugin

like image 59
atodd Avatar answered Mar 25 '26 13:03

atodd