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

Latest commit

 

History

History
22 lines (19 loc) · 1018 Bytes

File metadata and controls

22 lines (19 loc) · 1018 Bytes

[DEPRECATED] SQL Library

How to use:

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();
secrets.setUsername(username_goes_here);
secrets.setPassword(password_goes_here);
secrets.setUrl(url_goes_here);

Relational SQL services support:

- Postgres

- MySQL

- SQL Server

- Oracle Database

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.