Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MysqlRestProxy

node js restfull app for mysql rest proxy

require node js require express require mysql

for test run curl -X POST
http://127.0.0.1:3000/query
-H 'cache-control: no-cache'
-H 'content-type: application/json'
-H 'postman-token: f92c9aa1-54d5-27f5-f1ae-d5db054f51e1'
-d '{ "host":"MysqlServerIp", "user":"MysqlUser", "password":"MysqlPassword", "database":"MysqlDatabase", "query": "Select sysdate()" }'

About

node js restfull app for mysql rest proxy

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages