Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.76 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.76 KB


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  ·