There are a few examples on github, some of which are using connection pools: https://github.com/jOOQ/jOOQ/tree/master/jOOQ-examples
But in order to get this right with vert.x, I really suggest you do get in touch with someone who knows vert.x. Vert.x makes many more assumptions about your architecture than jOOQ. Here's a page about using vert.x's JDBC client https://vertx.io/docs/vertx-jdbc-client/java/ I understand that you want this to be ready in no time and without any effort, we all do. But unfortunately, we cannot provide examples for every framework out there and how to integrate with them. Most of those frameworks, however, do have examples themselves on how to integrate with JDBC (and connection pools, perhaps). At that point, using jOOQ will be a no brainer. -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
