{ "db_name": "PostgreSQL", "query": "SELECT password_hash, scopes FROM app_passwords WHERE user_id = $1 ORDER BY created_at DESC LIMIT 20", "describe": { "columns": [ { "ordinal": 0, "name": "password_hash", "type_info": "Text" }, { "ordinal": 1, "name": "scopes", "type_info": "Text" } ], "parameters": { "Left": [ "Uuid" ] }, "nullable": [ false, true ] }, "hash": "3d5ab47cdcb0d04b0a0d63c2d5a0cc45889ff4330b500ba7e77eac06ee9606c9" }