Skip to content

A small application to run SQL commands on databases setting the connection string dinamically

Notifications You must be signed in to change notification settings

lucasduarte/sql_runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL RUNNER

####A small application to run SQL commands on databases setting the connection string dinamically

To execute it you just have to clone this repository and run a "python execute_sql.py" to run the flask server. It will run on http://localhost:5000 by default.

To use it you just have to send a post to http://localhost:5000 with the connection_string and query on it's header.

If it succeeds it will give you a JSON return with the query results, and if it fails it returns HTTP code 500 and a JSON with the error message

About

A small application to run SQL commands on databases setting the connection string dinamically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published