How can I switch mindsets from ORMs or query builders to projects like this? #268
Unanswered
frederikhors
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm really fascinated by this idea you had to generate Rust code from sql files. Great!
What I can't understand after years of using "Query builders" and ORMs is how to get the same queries I'm getting using this pattern:
this creates a big and complex and dynamic CTE (Common Table Expressions) query like this:
How can I switch from
sqlx::QueryBuilder
toclorinde
?I can't always know in advance which filters I'll need.
Beta Was this translation helpful? Give feedback.
All reactions