Set up username, password and url for db by instantiating a Secrets
object using Secrets.java methods. Use Secrets setters at the beginning of your application
Secrets credentials = new Secrets(username_goes_here, username_goes_here, url_goes_here);
Also be sure to set class with throws IOException for error handling
THIS LIBRARY PROVIDES THE SOFTWARE TO YOU "AS IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS,
STATUTORY, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION ANY WARRANTY OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE OR INFRINGEMENT. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN
TO YOU BY ANY EMPLOYEE, REPRESENTATIVE OR DISTRIBUTOR WILL CREATE A WARRANTY FOR THE SOFTWARE,
AND YOU MAY NOT RELY ON ANY SUCH INFORMATION OR ADVICE.
Notes:
- find out how to make project as a library so other people can simply download package
and place it in their working directory
- test out ^
- continuing development at a later date after full java fundamentals learned