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