forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT access_jti FROM session_tokens WHERE id = $1 AND did = $2",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "access_jti",
9 "type_info": "Text"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Int4",
15 "Text"
16 ]
17 },
18 "nullable": [
19 false
20 ]
21 },
22 "hash": "eeb9cb5c8761f663e8509cb5c010a70b475642da074e41ce0d900531ded34081"
23}