{ "db_name": "PostgreSQL", "query": "\n SELECT EXISTS(\n SELECT 1\n FROM af_workspace\n WHERE workspace_id = $1\n ) AS user_exists;\n ", "describe": { "columns": [ { "ordinal": 0, "name": "user_exists", "type_info": "Bool" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ null ] }, "hash": "291f0916b7868f3598b50f659689b9c77d34112c2a2fff9fc04775da9f97e46d" }