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