Skip to content

A library to easen up the process for backend development for Java applications by handling jdbc and sql commands on its own.

Notifications You must be signed in to change notification settings

aayush-makkad/java_database-support-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

java-database-framework

Working on developing a library to easen up the process for backend development for ava applications by handling jdbc and sql commands on its own.

Just provide credentials, table and column identifiers and you are good to go . :)

The reason it/i am creating and parsing XMLs is to provide a two way approach to providing required parametrers, either you can call the functions with required parameters or you can edit the XMLs and provide the necesarry parameters there.

Will be working for mysql only, at least as of now . :(

mysql connector is required on build path for library as is a dependency of it. I do not own any rights for mysql connector, though it is available for free at : https://dev.mysql.com/downloads/connector/j/5.1.html

About

A library to easen up the process for backend development for Java applications by handling jdbc and sql commands on its own.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages