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.
Is there a way to start up two in-memory databases with grails? Specifically, I’d
Share
You should be able to do this with the Datasources Plugin