this repo has no description
at main 295 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET is_admin = TRUE WHERE did = $1", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "f29da3bdfbbc547b339b4cdb059fac26435b0feec65cf1c56f851d1c4d6b1814" 14}