An interactive GUI made with Java using JFormDesigner that controls a SQLite database
Download the full repository and import it into your java IDE or
download the Jar and
+ Windows: Execute it with java
+ Linux/MacOS: Open a terminal, access the file directory and write java -jar employeeReader.jar
Check you have 'db' and 'output' folders where executable .jar is and 'db/' contains the 'simpleDatabase.db' file, otherwise it won't be able to load the database script.
- Shows all users in DB
- Add users
- (Optional) Attaching profile pictures stored in DB
- Delete any user stored
- Show any error in the main GUI







