this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT preferred_comms_channel as \"channel: CommsChannel\" FROM users WHERE did = $1",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "channel: CommsChannel",
9 "type_info": {
10 "Custom": {
11 "name": "comms_channel",
12 "kind": {
13 "Enum": [
14 "email",
15 "discord",
16 "telegram",
17 "signal"
18 ]
19 }
20 }
21 }
22 }
23 ],
24 "parameters": {
25 "Left": [
26 "Text"
27 ]
28 },
29 "nullable": [
30 false
31 ]
32 },
33 "hash": "94966f20b7b0adb02e8c83a693a4dcc7f54b72983ba8ebd66fd805851db5c06c"
34}