i noticed that running a query isnt a suspend func...
# komapper
z
i noticed that running a query isnt a suspend function, any specific reasons why komapper isnt using coroutines?
d
Try r2dbc... Jdbc is blocking
I mean komapper has an r2dbc connection, and with that all the coroutines api
Also you need those dependencies
z
oh alright, thanks