Our Personal Data Server from scratch!
0

Configure Feed

Select the types of activity you want to include in your feed.

tranquil-pds / .sqlx / query-a844774d8dd3c50c5faf3de5d43f534b80234759c8437434e467ca33ea10fd1f.json
872 B 40 lines
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT preferred_comms_channel as \"preferred_comms_channel: String\", discord_username FROM users WHERE did = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "preferred_comms_channel: String", 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 "ordinal": 1, 25 "name": "discord_username", 26 "type_info": "Text" 27 } 28 ], 29 "parameters": { 30 "Left": [ 31 "Text" 32 ] 33 }, 34 "nullable": [ 35 false, 36 true 37 ] 38 }, 39 "hash": "a844774d8dd3c50c5faf3de5d43f534b80234759c8437434e467ca33ea10fd1f" 40}