this repo has no description
at main 351 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT 1 as one", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "one", 9 "type_info": "Int4" 10 } 11 ], 12 "parameters": { 13 "Left": [] 14 }, 15 "nullable": [ 16 null 17 ] 18 }, 19 "hash": "bbf600f17712173206b754fd7c8f8f8fd46a03bf54e824ff8046c37a88407123" 20}