Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 494 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 494 Bytes

Cozy JDBC Driver for MySQL under Apache License

This is an experimental project to study JDBC and Kotlin.

Features (under development)

  • 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

How to build

$ ./gradlew shadowJar

How to test with MySQL version

$ ./gradlew test "-DTARGET_VERSION=8.0.32"