this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "DELETE FROM app_passwords WHERE user_id = $1 AND name = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid", 9 "Text" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "f1d4742aaa1d48f4a944d50743a51b0938cec852d0238347883dc110050e8d3a" 15}