You cannot run suspend function from non-suspend l...
# coroutines
g
You cannot run suspend function from non-suspend lambda. You can write suspend version of
jdbc.query()
instead (so avoid callback and use coroutine instead)
🧵 1