Skip to content

Application developed to manipulate bands and albums in a database.

Notifications You must be signed in to change notification settings

bispo-daniel/CRUD_JavaBandsDB

Repository files navigation

CRUD on MySQL database with Java

Application connected to a MySQL database that contains two tables, band and album.

With the Swing interface implemented in this application, 
the user can manipulate these two tables with the following functions: 
    Create, list (read), update and delete;

Note: To insert an album in the database, a band id must be referred. 
That implies in the creation of a band before an album.

At the main menu, the user can choose which function he wants to execute.

Project based on this database:

https://github.com/bispo-daniel/SQL_Scripts/tree/main/BandsDB

Screenshots

Main menu

all-text

List bands

all-text

List albums

all-text

Releases

No releases published

Packages

No packages published

Languages