top | item 40814140

(no title)

twh270 | 1 year 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.

discuss

order

esafak|1 year ago

I use jooq with testcontainers in Kotlin just fine.