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-34a90b04727c311047bfb...

25 lines
521 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT EXISTS(SELECT 1 FROM file_objects WHERE storage_backend = $1 AND object_key = $2 AND deleting_at IS NULL)",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "exists",
"type_info": "Bool",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text",
"Text"
]
},
"nullable": [
null
]
},
"hash": "34a90b04727c311047bfb2d453ba5474820561a3cdfdd5bdaad8c90dab16597d"
}