jOOQ / jOOQ

jOOQ is the best way to write SQL in Java
https://www.jooq.org
Other
6.16k stars 1.21k forks source link

Add an AsyncDAO and a PublisherDAO #5916

Open lukaseder opened 7 years ago

lukaseder commented 7 years ago

This is clearly missing, for consistency reasons: http://stackoverflow.com/q/42326962/521799

We would have to duplicate the entire DAO and create asynchronous DAOs, probably

lukaseder commented 7 years ago

Postponing this until we know what we'll do with these DAOs (https://github.com/jOOQ/jOOQ/issues/5984)