A simple student management system that supports basic operations including store, add, update, and delete student information.
Demo of the application:
Add a new student name Tom to the database:
Tom added successfully and gets his unique id: Updates Tom with a new name Tom2 in the database and his id stays the same: Delete Tom2 by its id: No Tom2 in the database