this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT storage_key, mime_type, size_bytes FROM blobs WHERE cid = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "storage_key", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "mime_type", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "size_bytes", 19 "type_info": "Int8" 20 } 21 ], 22 "parameters": { 23 "Left": [ 24 "Text" 25 ] 26 }, 27 "nullable": [ 28 false, 29 false, 30 false 31 ] 32 }, 33 "hash": "dd1b61d6ec81fd891d4effd3b51e6c22308b878acdc5355dfcb04c5664c9463b" 34}