I want to create unit tests that cover code that use relational database in Play framework 2.1.0. There are many possibilities for this and all cause problems:
Anybody used this approach (making evolutions compatible with both MySQL and H2)?
I have found an answer for the MySQL specific features: How can I unit test for MySQL database with Play 2.x?