this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT collection, rkey, record_cid FROM records WHERE repo_id = $1 AND (collection, rkey) > ($2, $3) ORDER BY collection, rkey LIMIT $4", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "collection", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "rkey", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "record_cid", 19 "type_info": "Text" 20 } 21 ], 22 "parameters": { 23 "Left": [ 24 "Uuid", 25 "Text", 26 "Text", 27 "Int8" 28 ] 29 }, 30 "nullable": [ 31 false, 32 false, 33 false 34 ] 35 }, 36 "hash": "ff7899984ea138f1e608fa862def47402369a428ac9116c653890e5fcaa0015b" 37}