effect-bot

Results 82 issues of effect-bot

# Summary The `SqlMessageStorage` implementation currently uses a recursive foreign key constraint (`messages.requestId -> messages.id`) with `ON DELETE CASCADE`, which is incompatible with Vitess databases like Planetscale due to their...

# Summary The conversation centers around the design of RPC middleware in effect-ts, particularly why RpcMiddleware has no direct requirements in its type definition. It was clarified that the middleware...