mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
381 B
JSON
22 lines
381 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT 1 AS ok",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "ok",
|
|
"type_info": "Int4",
|
|
"origin": "Expression"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": []
|
|
},
|
|
"nullable": [
|
|
null
|
|
]
|
|
},
|
|
"hash": "90ca954a9febd2d81d7a73ecfef56f93ba114d5421d827e9583a919c7538f18d"
|
|
}
|