Skip to content

SQL database made using MySQL with a GUI developed using Java, JDBC, and Java Swing.

Notifications You must be signed in to change notification settings

Pop0097/SQL_Database

Repository files navigation

SQL_Database

A MySQL database that stores information pertaining to students, employees, and lessons for a teaching service. Project also includes a GUI developed using Java, Java Swing, and JDBC that allows the user to perform CRUD operations on the database's tables.

To run the program, open the repository in your preferred IDE and run Gui.java in SQL_Database/src/ca/sql_database/gui.

Useful Resources

  • This source helped me understand database normalization.
  • This video helped me understand how to set up the development environment.
  • This video helped me set up the development environment for Java Swing on Eclypse.
  • This playlist helped me understand how to use JDBC and integrate it into the GUI.

About

SQL database made using MySQL with a GUI developed using Java, JDBC, and Java Swing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages