Hi all, I’m writing some tests for my DataObjects. Before the tests run, I’d like to provision an h2 database and switch my model’s connection to it for the purpose of testing.
What’s the preferred way to switch the connection programmatically? Cheers, - hugi
