Skip to content

matteo-dinoia/lib-utils-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

General Utils Library

Some library written in Java for other programs.

Database (MySql) functionality

Can be used for connecting to databases.

Requirement for Database (Connection File)

Creation in working directory of file "Constants.txt" It need to follow a specific pattern of (variable name : value :type), and in case the use of : or spaces is require it can be used " ". The needed value are UrlDatabase, UserDatabase, UsrPsw.

UrlDatabase  : {your_link_to_database}     :String
UserDatabase : {your_username}           :String
PswDatabase  : {your_password}           :String

Ex.

UrlDatabase  : "jdbc:mysql://thisIsATest.com:3306"     :String
UserDatabase : thisIsUserNameTest                      :String
PswDatabase  : safePassword                            :String

Requirement for Database (Connection File)

MySql Connector jar file downloadable at link here

About

Some library written in Java for other programs.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages