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