What is the most idiomatic library for simple data...
# announcements
v
What is the most idiomatic library for simple data access? I found Vert.x, but it looks complicated. What I need is just execute a stored procedure asynchronously (coroutines) and loop over returned recordset.
o
This is discussed a bit in #C0B8RC352, but there is no standard API (like JDBC) for async access (yet), so there are couple of libraries doing this or that.
v
OK, thanks