this repo has no description
at main 481 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT record_cid FROM records WHERE repo_id = $1 AND collection = $2 AND rkey = $3", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "record_cid", 9 "type_info": "Text" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Uuid", 15 "Text", 16 "Text" 17 ] 18 }, 19 "nullable": [ 20 false 21 ] 22 }, 23 "hash": "f09c0e92f101ef5abe2579083a26f782946646a8bd813bcd6cc568a6b7fc8f6d" 24}