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.
synctv/.sqlx/query-b73caf61f301c9de7b264...

24 lines
457 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS(SELECT 1 FROM rooms WHERE id = $1) AS \"exists!\"",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists!",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "b73caf61f301c9de7b2648b56b04c4a7897cf5c7482394a3e36390a4727098ea"
}