this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n SELECT u.did, r.repo_root_cid\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 ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "did", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "repo_root_cid", 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Text", 20 "Int8" 21 ] 22 }, 23 "nullable": [ 24 false, 25 false 26 ] 27 }, 28 "hash": "0f8fd9cbb1ff0fd8951ce082a82cc058ec6db0dde3ab0059d6f340a1fd9ddade" 29}