Open ivanovdns opened 2 years ago
Sorry for the late response. That should work when using a jdbc-module with an instance of io.github.jklingsporn.vertx.jooq.shared.internal.jdbc.JDBCQueryExecutor
. When you want to go reactive, I'm afraid we're limited to the mapping capabilities of the reactive pg client.
Hello! I need some assistance in fetching nested data structures by jooq. JOOQ provides dsl:
Is it possible to use this API in conjunction with vertx and vertx-jooq libraries?