Jay Boricha
Results
2
issues of
Jay Boricha
I am using fstify with react and trpc, reactquery i have successfully achieved the normal sse behaviour but when i get an error in the backed i an using sub.error...
When defining a column as an array of JSON objects using: current schema: ``` ts postsData: t.array(t.json(z.object({name:z.string()})).nullable()).nullable() ``` when i try to perform simple find query it returns an empty...