Replies: 1 comment
-
I do not think that this is easily possible, as a real query builder is much more than a function that turns ast into a sql string. |
Beta Was this translation helpful? Give feedback.
-
I do not think that this is easily possible, as a real query builder is much more than a function that turns ast into a sql string. |
Beta Was this translation helpful? Give feedback.
-
I have found some query builders written in rust, but I think the best one is the query builder of diesel. So if there is a way to seperate it for some purpose, for example, write the dsl and get the raw string of sql, the query builder will be in common use.
Beta Was this translation helpful? Give feedback.
All reactions