Skip to content

Implemented Data Access Objects (DAO) and Singleton for connections in Java with CRUD operations that use CSV files as data-source with unit tests for every method used.

Notifications You must be signed in to change notification settings

ChowdhuryAsif/Database_FlatFile_CRUD_Operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database_FlatFile_CRUD_Operations

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)

About

Implemented Data Access Objects (DAO) and Singleton for connections in Java with CRUD operations that use CSV files as data-source with unit tests for every method used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published