forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
1{
2 "db_name": "PostgreSQL",
3 "query": "\n SELECT scope, granted FROM oauth_scope_preference\n WHERE did = $1 AND client_id = $2\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "scope",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "granted",
14 "type_info": "Bool"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "Text",
20 "Text"
21 ]
22 },
23 "nullable": [
24 false,
25 false
26 ]
27 },
28 "hash": "d942b8fff57eefa07dc1f4fce7eae9669abf25a3a880bd6dbd817994677e1508"
29}