Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (29 loc) · 1.33 KB

File metadata and controls

33 lines (29 loc) · 1.33 KB

[DEPRECATED] SQL Library

How to use: (add to docs)

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

Relational SQL services support:

- Postgres

- Spring

- MariaDB

- MongoDB

- MySQL

- SQLite

- SQL Server

- Oracle Database

- Tomcat

- Spring Boot Starter

- Hive

Disclaimer of Software Warranty.

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