https://github.com/hisano/cozy-jdbc-driver
Cozy JDBC Driver for MySQL under Apache License
https://github.com/hisano/cozy-jdbc-driver
java java8 jdbc jdbc-driver kotlin mysql
Last synced: 30 days ago
JSON representation
Cozy JDBC Driver for MySQL under Apache License
- Host: GitHub
- URL: https://github.com/hisano/cozy-jdbc-driver
- Owner: hisano
- License: apache-2.0
- Created: 2023-02-24T14:13:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T15:26:01.000Z (over 3 years ago)
- Last Synced: 2025-02-24T16:50:28.148Z (over 1 year ago)
- Topics: java, java8, jdbc, jdbc-driver, kotlin, mysql
- Language: Kotlin
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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
```sh
$ ./gradlew shadowJar
```
## How to test with MySQL version
```sh
$ ./gradlew test "-DTARGET_VERSION=8.0.32"
```