Trouble Integrating with Database and Auth Layers into Effect Runtime
Hi everyone, I'm trying to understand more about effect by trying my hands on a simple project... I'm trying to build a REST API server using Hono and I've kinda hit a wall.
So I'm trying to provide a runtime that already has my
So I'm trying to provide a runtime that already has my
DatabaseLayer and AuthLayer already in it so that I can save myself from doing something like this in the handler function: