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