{ "db_name": "PostgreSQL", "query": "\n SELECT u.id, u.did, u.deactivated_at, u.takedown_ref, r.repo_root_cid\n FROM users u\n LEFT JOIN repos r ON r.user_id = u.id\n WHERE u.did = $1\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" }, { "ordinal": 1, "name": "did", "type_info": "Text" }, { "ordinal": 2, "name": "deactivated_at", "type_info": "Timestamptz" }, { "ordinal": 3, "name": "takedown_ref", "type_info": "Text" }, { "ordinal": 4, "name": "repo_root_cid", "type_info": "Text" } ], "parameters": { "Left": [ "Text" ] }, "nullable": [ false, false, true, true, false ] }, "hash": "93678a24667d311aaec7c6277aae3764e5761870aa8c10c50f1e3c8e7fdb87d4" }