Issue with Effect, Express, and SQL Integration Causing Unresolved Fiber
Hello, fellow effect developers! I'm trying to setup a bare minimum example app with effect + express + @effect/sql.
However, when I try to run the SQL query in my route handler, the fiber is "stuck" and the effect never resolves to a value, making my server/route handler hang. Here's the gist and the problematic line is 25 (with a comment in line 24 above). Can anybody give a hint what am I doing wrong? https://gist.github.com/belfz/fe58eb453304347dd9df73542f833a67
However, when I try to run the SQL query in my route handler, the fiber is "stuck" and the effect never resolves to a value, making my server/route handler hang. Here's the gist and the problematic line is 25 (with a comment in line 24 above). Can anybody give a hint what am I doing wrong? https://gist.github.com/belfz/fe58eb453304347dd9df73542f833a67
