Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.79 KB

README.md

File metadata and controls

64 lines (40 loc) · 1.79 KB


Markdownify
JDBC Class Library (CSCI331 Project 1)

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.

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)

Credits

This software uses the following: (due for revision)

GitHub @ryanmohamed  ·