database is whole other story… their APIs are most...
# ktor
o
database is whole other story… their APIs are mostly sync historically, so making a JDBC connection behave in suspendable manner is not possible. It’s sad, because dbs themselves are mostly async, and TCP channel we use to talk to them under the hood is also very asyncable.