This is an experimental project to study JDBC and Kotlin.
- Supports SELECT command with ResultSet
- Supports Statement/PreparedStatement
- Supports auto commit switching
- Implemented in Kotlin
- Available under Apache License
- Tested with MySQL 8.0, 5.7, 5.6 and 5.5
$ ./gradlew shadowJar
$ ./gradlew test "-DTARGET_VERSION=8.0.32"