jklingsporn / vertx-jooq

A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.
MIT License
384 stars 53 forks source link

Kotlin coroutine support #42

Open shenliuyang opened 6 years ago

shenliuyang commented 6 years ago

Make coding easy and efficiently

javenwang commented 5 years ago

I don’t think we need to do anything special for this.

aleksandar78 commented 4 years ago

I'm starting a new project next week. I'll try kotlin coroutine with vertx ver. 4 and vertx-jooq ver. 5 to see if it's possible to reduce callback hell or future flows that can be quite complicated.

On the library side, I'm not sure what can be done to improve things. APIs derived from vertx-core and generic driver API.

I'll let you know if there is some limitation in combining all these features.