this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "DELETE FROM session_tokens WHERE did = (SELECT did FROM users WHERE id = $1)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "3b1176253dc7b94d3fc58c077310d8058f90edf1fa27200b52b464b9c37335dd" 14}