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 16 lines 364 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "INSERT INTO invite_codes (code, available_uses, created_by_user) VALUES ($1, $2, $3)", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Int4", 10 "Uuid" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "bbe639bb24cc1bb3cc144baae263e7e3411e185bf7c91751ee1046c64a81df52" 16}