You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains CRUD operations for Student from provided Database (SQL file).
Here is two implementation for a model class "Student".
One is the MySQL implementation and the other one is a Flat File implementation.
To run this project provided database need to be imported in Database system.
Software used:
Netbeans 8.2
XAMPP Control Panel v3.2.2 (for monitoring the database)
MySQL Server 8.0
Language used:
Java (for coding the backend of the software)
SQL (for querying from the database)
Java Libraries:
MySQL JDBC Driver 5.1.23
Gson 2.8.5 (for creating and parsing json)