You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
Can't be asked to learn to do unions and join in context of drizzle orm.
Describe the solution you'd like
I'd like to use this instead of sql or orm. I don't care if joins aren't really optimized with roundtrips, it all happens in workers.
Describe alternatives you've considered
There's d1-orm but it requires sql knowledge.
Additional context
I read some posts where the author said that this can't be used in production in response to some one bringing up autherization issues, and if it's used on backend only it can't be a problem.