this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT did FROM users WHERE handle = $1 OR email = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "did", 9 "type_info": "Text" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text" 15 ] 16 }, 17 "nullable": [ 18 false 19 ] 20 }, 21 "hash": "a36650b1da2c628957a2f00de442cd0e70a042ba80ad0c4ad31b1739f11a7338" 22}