A bare-bone package made by using Java's JDBC API, to make the basic Queries of MYSQL run within a Java program.
- Show Available Database
- Select Database
- Create Database
- Delete Database
- Show Table [WHOLE, SPECIFIC ROW/COLUMN]
- Show Available Tables in the Databases
- Describe Table
- Delete Table
- Delete Specific Row on a Table
- Update Table Values
A list of technologies used within the project: