Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at main 27 lines 601 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET preferred_comms_channel = $1, updated_at = NOW() WHERE did = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 { 9 "Custom": { 10 "name": "comms_channel", 11 "kind": { 12 "Enum": [ 13 "email", 14 "discord", 15 "telegram", 16 "signal" 17 ] 18 } 19 } 20 }, 21 "Text" 22 ] 23 }, 24 "nullable": [] 25 }, 26 "hash": "03fc2ba947ee547e000b044fafb486e71b9b65a7dd923b5354c5a4dde98332eb" 27}