this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT access_jti FROM session_tokens WHERE did = $1 AND app_password_name = $2",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "access_jti",
9 "type_info": "Text"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Text",
15 "Text"
16 ]
17 },
18 "nullable": [
19 false
20 ]
21 },
22 "hash": "9fa0a8c713e0d34706b73280df5fe3d1c42a1f03f6283db8104136667f64b1e7"
23}