this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT id, code_hash FROM backup_codes WHERE did = $1 AND used_at IS NULL", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 }, 11 { 12 "ordinal": 1, 13 "name": "code_hash", 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Text" 20 ] 21 }, 22 "nullable": [ 23 false, 24 false 25 ] 26 }, 27 "hash": "cc72716ad4c54d40db10b7556496fb8806724139e33b229a08749391623b806a" 28}