Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at 1a916aa30eacee9c37d9d595e2a3f27cbc9abbfb 16 lines 369 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO account_deletion_requests (token, did, expires_at) VALUES ($1, $2, $3)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Timestamptz" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "a45ee2c7a075b27a403838b3295604e67c4213023b49e1155c4ab22e657954ff" 16}