https://github.com/mongoexpuser/mysql-database-jdbc-client
MySQL Database JDBC Client
https://github.com/mongoexpuser/mysql-database-jdbc-client
connector-j java jdbc mysql sql
Last synced: 10 months ago
JSON representation
MySQL Database JDBC Client
- Host: GitHub
- URL: https://github.com/mongoexpuser/mysql-database-jdbc-client
- Owner: MongoExpUser
- License: mit
- Created: 2023-07-29T23:09:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T13:16:39.000Z (over 1 year ago)
- Last Synced: 2025-01-26T19:37:21.042Z (12 months ago)
- Topics: connector-j, java, jdbc, mysql, sql
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL-Database-JDBC-Client
## Purpose
* Create connection and run queries against MySQL Database with MySQL Connector/J, the official JDBC driver for MySQL.
## Content
* The java class file contains:
a) Methods for creating connection.
b) A method for running an array of queries.
c) A method for reading SQL queries from file.
c) Line separators methods.
c) A test method.
## Version
* Java: Java-17-openjdk
* MySQL: 8.0.33
* Connector/J: 8.0.33
# License
Copyright © 2023. MongoExpUser
Licensed under the MIT license.