Async kotlin mysql client, with coroutine suspending extensions. Based on kotlinx-couroutines and postgresql-async
Show your ❤️ with a ⭐
val connection : Connection = ...
val queryStatement = QueryStatement(statement = "select ...")
val preparedStatement = queryStatement.sendPreparedStatement(connection)
...
preparedStatement.awaitQuery()
TBD
- Pull requests are welcome!