Skip to content

ehfeng/pgpassthru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgpassthru

curl -H 'Content-Type:application/json' --data '{"sql": "select 1, now(), '\''x'\'';", "dsn": "postgresql://eric@localhost:5432/test"}' localhost:8090

{"result":{"cols":[{"name":"?column?","datatype":"int32"},{"name":"now","datatype":"Time"},{"name":"?column?","datatype":"string"}],"rows":[["1","2020-11-01T19:49:52.17746-08:00","x"]]},"error":""}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages