this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT storage_key, mime_type 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 "parameters": { 18 "Left": [ 19 "Text" 20 ] 21 }, 22 "nullable": [ 23 false, 24 false 25 ] 26 }, 27 "hash": "bb243abd63d10a43b11fa4f93644149f315894496255c5538f131b2c7aeb763b" 28}