{ "db_name": "PostgreSQL", "query": "SELECT id, workspace_id, agent_id, provider, auth_type, status, secret_ref\n FROM app_connections\n WHERE id = $1 AND workspace_id = $2", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "workspace_id", "type_info": "Uuid" }, { "ordinal": 2, "name": "agent_id", "type_info": "Uuid" }, { "ordinal": 3, "name": "provider", "type_info": "Text" }, { "ordinal": 4, "name": "auth_type", "type_info": "Text" }, { "ordinal": 5, "name": "status", "type_info": "Text" }, { "ordinal": 6, "name": "secret_ref", "type_info": "Uuid" } ], "parameters": { "Left": [ "Uuid", "Uuid" ] }, "nullable": [ false, false, true, false, false, false, true ] }, "hash": "f9eb5facb16b4bd06526a71c5baba3ef77b978a58b7c4205567c92950aad72f7" }