DEV Community

Discussion on: Ripping out hibernate and going native JDBC

Collapse
 
jillesvangurp profile image
Jilles van Gurp

I tend to use docker for database integration tests. I find embedded database performance is not really worth the feature differences. So fire up the real thing (or the closest thing to it). That also simplifies creating a database to just running the production schema and migrations and reduces the potential for weirdness related to (substantial) feature differences.