this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT id FROM users WHERE is_admin = true LIMIT 1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 } 11 ], 12 "parameters": { 13 "Left": [] 14 }, 15 "nullable": [ 16 false 17 ] 18 }, 19 "hash": "ce50221e621d89f7f7d315b0ccc7893b2c344e3612b56116a785248dda296424" 20}