CSBSJU-CS330-F22 / Dining-Menu

A dining app that shows the Menu for the SJU Refectory.
BSD 3-Clause "New" or "Revised" License
1 stars 10 forks source link

DM-5.7 Connecting to Database with JDBC #29

Open benhoeschen opened 2 years ago

benhoeschen commented 2 years ago

Associated with Epic #9

As a user, I want to be able to connect to the database using JDBC in Java, so that I can begin working on the implementation of different features of the project.

Acceptance Criteria:

  1. Be able to query database and access attributes of certain entities using JDBC.
  2. Get SQLite JDBC Driver's .jar file into GitHub.
benhoeschen commented 2 years ago

Tasks:

  1. Make JDBC class.
  2. Create methods for querying entities.
  3. Create test class/methods.