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

SQL-Library/SQL-Library-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[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.

About

SQL-Library structure code (bad configuration version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published