Thanks to visit codestin.com
Credit goes to github.com

Skip to content

anilkrverma/DBManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DBManager

This is the repository to execute queries on any JDBC supported Database.

Currently Supported databases are:

  • MySQL
  • Postgres

Supported operations:

  • Select

Returns List<LinkedHashMap<String, String>> while executing select queries where first String refers to the column name and second String shows the value of that column.

  • Update:

Returns the no. of rows affected while executing update commands

About

This is the repository to execute queries on any JDBC supported Database

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages