this repo has no description
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": "10429e16b7a6bb2d97728526d921027c873c8c2d31e695a14241220c1339937f"
29}