mirage-sql / mirage

Mirage-SQL - the SQL Centric Database Access Library for Java
Apache License 2.0
59 stars 24 forks source link

Add Integration Tests. #57

Open aadrian opened 6 years ago

aadrian commented 6 years ago

Add integration tests with as many as possible DBs (not just embedded hsqldb).

One approach might be to use: https://github.com/flapdoodle-oss/de.flapdoodle.embed.process .

Another one might be to use CI provided DBs.