Database Management User Interface: command line user interface for a sample automobile insurance database using Java, JDBC, and SQLite
Download all files in this repository and save in one folder. Then navigate to that folder in the command line. Then execute this line of code: java -jar DatabaseProject.jar The program will load. Accidents already in the database have Accident IDs(AID) 1 to 100. If you add an accident to the database it will start with AID 101.
Users can add a new accident to the database, search the database for accident records using multiple searching options.