this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT id, did, email, email_verified, handle FROM users WHERE LOWER(email) = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "did", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "email", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "email_verified", 24 "type_info": "Bool" 25 }, 26 { 27 "ordinal": 4, 28 "name": "handle", 29 "type_info": "Text" 30 } 31 ], 32 "parameters": { 33 "Left": [ 34 "Text" 35 ] 36 }, 37 "nullable": [ 38 false, 39 false, 40 true, 41 false, 42 false 43 ] 44 }, 45 "hash": "5ee0976fbff885ad19482b3b4d54ebca7a6cde24c411597c9df6e94b8be1f922" 46}