forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT 1 as \"one!\" FROM oauth_device od\n JOIN oauth_account_device oad ON od.id = oad.device_id\n WHERE oad.did = $1 AND od.id = $2",
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": "12651543314fd16261bbe150ff60b2e98db6fa772e71e94a9150b375e474aaf4"
23}