Skip to content

Kotlin coroutines await() extension for mysql call via scala async driver

License

Notifications You must be signed in to change notification settings

oshai/kotlin-coroutines-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async kotlin mysql client, with coroutine suspending extensions. Based on kotlinx-couroutines and postgresql-async

Show your ❤️ with a

Getting started

val connection : Connection = ...
val queryStatement = QueryStatement(statement = "select ...")
val preparedStatement = queryStatement.sendPreparedStatement(connection)
...
preparedStatement.awaitQuery()

Download

TBD

Contributing

  • Pull requests are welcome!

About

Kotlin coroutines await() extension for mysql call via scala async driver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages