An open API service indexing awesome lists of open source software.

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

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.