Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/small-bugs 24 lines 544 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO repo_seq (did, event_type, active, status)\n VALUES ($1, 'account', $2, $3)\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 "Bool", 16 "Text" 17 ] 18 }, 19 "nullable": [ 20 false 21 ] 22 }, 23 "hash": "623042c0b901e17ff37c5bcc1a4eefe56fc8b996ca8326e75796897d13c9e9ed" 24}