this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT id, email, email_confirmation_code, email_confirmation_code_expires_at, email_pending_verification 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": "email", 14 "type_info": "Text" 15 }, 16 { 17 "ordinal": 2, 18 "name": "email_confirmation_code", 19 "type_info": "Text" 20 }, 21 { 22 "ordinal": 3, 23 "name": "email_confirmation_code_expires_at", 24 "type_info": "Timestamptz" 25 }, 26 { 27 "ordinal": 4, 28 "name": "email_pending_verification", 29 "type_info": "Text" 30 } 31 ], 32 "parameters": { 33 "Left": [ 34 "Text" 35 ] 36 }, 37 "nullable": [ 38 false, 39 true, 40 true, 41 true, 42 true 43 ] 44 }, 45 "hash": "a7e1e6092df6481e64bf0c2237737b846628ed20ffa70b81fa2e416d5776185a" 46}