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
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.
The text was updated successfully, but these errors were encountered:
What I mean is that there's no client other than backend. Don't care about
performance or security, as it won't be exposed to public. I just want easy
api.
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.
The text was updated successfully, but these errors were encountered: