I am working on spwrap
to simplify calling to stored procedures.
Currently I wrote a couple of automated integration tests against HSQL which provides in-memeory database mode (and run on travis-ci
).
Still I need to write more integration tests against other DBMS, example MySQL, SQL Server, Oracle, etc.
According to this answer, I can use MariaDB4j for MySQL in-memory testing.
But what about other DBMS in particular SQL Server and Oracle?