Hacker News new | ask | show | jobs
by twh270 724 days ago
If you work in the JVM ecosystem, I can recommend (Java/Kotlin) + Quarkus + JDBI with Postgres. Quarkus supports testcontainers out of the box for tests, and it just plain works.

I don't have experience with it, but some people also recommend jooq.

1 comments

I use jooq with testcontainers in Kotlin just fine.