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 25 lines 573 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO reserved_signing_keys (did, public_key_did_key, private_key_bytes, expires_at)\n VALUES ($1, $2, $3, $4)\n RETURNING id", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Uuid" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text", 16 "Bytea", 17 "Timestamptz" 18 ] 19 }, 20 "nullable": [ 21 false 22 ] 23 }, 24 "hash": "8aec812eda06f3a7859719d3edbf30c177abcfb181b34b5459421822be46bcaf" 25}