How to fetch postgresql with pg-query-stream from server side?
I might be close, but not quite there yet as the below throws Error: Invalid response from route /api: handler should return a Response object
, probably I do return just an object and not a Response?
sveltekit: how to fetch postgresql with pg-query-stream from server side
I might be close, but not quite there yet as the below throws Error: Invalid response from route /api: handler should return a Response object
, probably I do return just an object and not a Response?