Skip to content

User interface for a sample automobile insurance database. Uses Java, JDBC, SQLite

Notifications You must be signed in to change notification settings

NateRice/database_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Management User Interface: command line user interface for a sample automobile insurance database using Java, JDBC, and SQLite


To run the program:

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.

Functions

Users can add a new accident to the database, search the database for accident records using multiple searching options.

Database schema:

About

User interface for a sample automobile insurance database. Uses Java, JDBC, SQLite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages