this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT preferred_notification_channel as \"channel: NotificationChannel\" FROM users WHERE did = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "channel: NotificationChannel", 9 "type_info": { 10 "Custom": { 11 "name": "notification_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": "0cbeeffaf2cf782de4e9d886e26b9884e874735e76b50c42933a94d9fa70425e" 34}