what is a good way to test for database-related co...
# exposed
b
what is a good way to test for database-related code (using JUNIT5 if it matters)
t
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
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.