I am using exposed for a small project and it work...
# exposed
l
I am using exposed for a small project and it works great. It somewhat bothers me that it is built on a blocking api JDBC although I don't understand the ramifications. Is there any article or can someone please explain why exposed built on top that blocking API and the performance penalties it will have verses using r2dbc?
t
Just because there wasn't another api at the time when project was started.