{ "db_name": "PostgreSQL", "query": "\n SELECT u.id as user_id, r.repo_root_cid\n FROM users u\n JOIN repos r ON r.user_id = u.id\n WHERE NOT EXISTS (SELECT 1 FROM user_blocks ub WHERE ub.user_id = u.id)\n ", "describe": { "columns": [ { "ordinal": 0, "name": "user_id", "type_info": "Uuid" }, { "ordinal": 1, "name": "repo_root_cid", "type_info": "Text" } ], "parameters": { "Left": [] }, "nullable": [ false, false ] }, "hash": "3f13f59e14ca24d4523be38a0b95d32a4a970f61c84f0539f4c4ee484afdce7d" }