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-a71a76724a3a7406e30a998c03d52554efaf649bb10b35b6e5d64ac59a479023.json
419 B 22 lines
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT telegram_chat_id FROM users WHERE id = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "telegram_chat_id", 9 "type_info": "Int8" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Uuid" 15 ] 16 }, 17 "nullable": [ 18 true 19 ] 20 }, 21 "hash": "a71a76724a3a7406e30a998c03d52554efaf649bb10b35b6e5d64ac59a479023" 22}