this repo has no description
at main 507 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT id, handle FROM users WHERE did = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "handle", 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Text" 20 ] 21 }, 22 "nullable": [ 23 false, 24 false 25 ] 26 }, 27 "hash": "cd047d9291c29265659dfc4f94d254467ace166865ea60d27ee39737119872c1" 28}