this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT password_hash, scopes FROM app_passwords WHERE user_id = $1 ORDER BY created_at DESC LIMIT 20", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "password_hash", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "scopes", 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Uuid" 20 ] 21 }, 22 "nullable": [ 23 false, 24 true 25 ] 26 }, 27 "hash": "3d5ab47cdcb0d04b0a0d63c2d5a0cc45889ff4330b500ba7e77eac06ee9606c9" 28}