this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "DELETE FROM sessions 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": "fe9d108977af562e9e0439e755749253e52d92031e27a71d18b21265b20a4535"
14}