this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT 1 as one FROM blobs WHERE cid = $1 AND created_by_user = $2", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "one", 9 "type_info": "Int4" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Uuid" 16 ] 17 }, 18 "nullable": [ 19 null 20 ] 21 }, 22 "hash": "423bbfd2ddf9b41d3bb339b8b94ac47524dc9233ec70cf2b6c5e9bc2de49b22d" 23}