I've been saying "PDSes seem easy enough, they're what, some CRUD to a db? I can do that in my sleep". well i'm sleeping rn so let's go
0
fork

Configure Feed

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

at main 15 lines 318 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "UPDATE repos SET repo_root_cid = $1 WHERE user_id = $2", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Uuid" 10 ] 11 }, 12 "nullable": [] 13 }, 14 "hash": "2588479ef83ed45a5d0dee599636f195ca38c5df164e225dcb1b829b497c8f14" 15}