A simple command-line application to manage student records using Java. This mini project demonstrates database connectivity with SQLite through JDBC, implementing core CRUD operations without using any IDE or frameworks.
Key Features:
- Add new students with ID, name, age, course, and email
- View all student records from database
- Update existing student information
- Delete student records
- Data persistence using SQLite
Technologies Used:
- Java 17
- JDBC API
- SQLite Database
- Command Line Interface