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