Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at 1a916aa30eacee9c37d9d595e2a3f27cbc9abbfb 14 lines 300 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE users SET email_verified = true WHERE id = $1", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Uuid" 9 ] 10 }, 11 "nullable": [] 12 }, 13 "hash": "b1a4e2dc9578c3aad054ebacf00a7e804dc0aa4f0a4a283683ad1ce6a77d4f6a" 14}