what is a good way to test for database-related code (using JUNIT5 if it matters)
t
tapac
02/02/2019, 4:58 PM
Maybe it’s better to ask in #test ?
And it’s mostly depends on which database do you use and how you are going to setup it in tests (embedded version, docker/test-containers, real database).
b
bjonnh
02/03/2019, 4:03 AM
PostgreSQL, currently in docker. So I can spin up a test instance if needed. I was mostly wondering if Exposed has specific things that could help or that I should be aware of.