Skip to content

JDBC-Class-Library/JDBC-Final

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Markdownify
JDBC Database Migration (CSCI331 Final)

A Java Database Connectivity project that utilizes MicrosoftJDBC driver for SQL Server.

Key FeaturesHow To UseDownloadCredits

screenshot

Key Features

  • Easy Query Making - Dynamic, Real-Time
    • Utilize abstract member methods to query the database in human language.
  • Abstract Factory
    • Rid yourself of repetitive, cumbersome queries by abstracting away details with the library.
  • Data Normalization
    • Cleaned data anomalies through Entity Relationship model, sequenced stored procedures, constraints, and other data validation methods.

How To Use

Download the JavaSwing program, ensuring you have Java Version XX. Run the program, and use GUI to perform different queries.

# Clone this repository
$ git clone https://github.com/JDBC-Class-Library/JDBC-Class-Library-Repo

# Go into the repository
$ cd JDBC-Class-Library-Repo

# Ensure you have Java Version XX
$ java --version (ehhh idk yet)

# Compile and run the app
$ javac JDBC-Class-Library-Repo

Note Created in Queens College, for CSCI 331 (Database Systems)

GitHub @ryanmohamed  · 

About

Reupload of our work for the JDBC Final.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published