This folder contains enhanced files demonstrating database integration using SQLite.
To enable database connectivity, I used the SQLite JDBC Driver.
This .jar
file was required to interface with the SQLite database from within Java. It was added to the project under a lib/
directory during development. You can download the latest version of the driver from the official repository: