Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/code-quality-in-general 15 lines 344 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE passkeys SET sign_count = $1, last_used = NOW() WHERE credential_id = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Int4", 9 "Bytea" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "6d2b4fc7165cc2baeaafb29a09f9cdb3f34882fdec7e0398b306a7d00eac8aa3" 15}