Skip to content

Gokul9404/MYSQL_query_automation

Repository files navigation

MYSQL Query Automation using Java

A bare-bone package made by using Java's JDBC API, to make the basic Queries of MYSQL run within a Java program.


Package includes Queries Automation of the following:

Database Commands

DDL

  1. Show Available Database
  2. Select Database

DML

  1. Create Database
  2. Delete Database

Table Commands

DDL Commands

  1. Show Table [WHOLE, SPECIFIC ROW/COLUMN]
  2. Show Available Tables in the Databases
  3. Describe Table

DML Commands

  1. Delete Table
  2. Delete Specific Row on a Table
  3. Update Table Values

Technologies

A list of technologies used within the project:


About

MySQL basic query automation package built using Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages