Skip to content

Web based Sql Admin Tool to run Queries, Schema alter statements

License

Notifications You must be signed in to change notification settings

CodeMetal/dbrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBRunner

A Web based Sql Admin Tool to perform basic operations like altering schema, running queries. Supports SSL based connectivity to databases. (Currently Mysql)

Configurations

application.yml file has database connection details (for Mysql). If you need to connect to any other RDBMS, change the JDBC parameters accordingly and update pom.xml to have the corresponding JDBC Driver Jar.

To make this tool run with PostGres Sql

  • Add the following driver to pom.xml
org.postgresql postgresql 9.4.1211
  • Use the 'application-postgres.yml' in src\main\resources by renaming to application.yml.

Build and Run

Run 'mvn clean install' to build the application. Run 'java -jar target/dbrunner-0.0.1-SNAPSHOT.jar' to start the application.

Go to http://localhost:8080/index.html and make dbrunner run queries!!.

About

Web based Sql Admin Tool to run Queries, Schema alter statements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published