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 23 lines 517 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO repo_seq (did, event_type, handle)\n VALUES ($1, 'identity', $2)\n RETURNING seq\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "seq", 9 "type_info": "Int8" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text" 16 ] 17 }, 18 "nullable": [ 19 false 20 ] 21 }, 22 "hash": "50b2178cd174af1dc132a22048e52a6af492f4d8025ec512dd9c0c9ba62eb202" 23}