Open janat08 opened 11 months ago
Hi there. I'm not sure what this means, could you clarify?
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.
On Tue, Nov 28, 2023, 11:36 PM Skye @.***> wrote:
Hi there. I'm not sure what this means, could you clarify?
— Reply to this email directly, view it on GitHub https://github.com/Interactions-as-a-Service/d1-orm/issues/75#issuecomment-1830362089, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWP5AKEKHRGTTYRIIT7TOTYGYOIXAVCNFSM6AAAAAA75Y2ADOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZQGM3DEMBYHE . You are receiving this because you authored the thread.Message ID: @.***>
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.