RoseContactTracer / contact-tracer-application

0 stars 1 forks source link

Added basic database connection class. #8

Closed meistejw closed 3 years ago

meistejw commented 4 years ago

The new class is a simple database connector that connects to a local PostgreSQL database. It will need to be updated to use whichever server hosting solution we decide to go with. The class includes some basic reading and writing methods to test the database.

Closes #6