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
I tend to be leery about generating code by string manipulation. We should consider using a DSL/AST for generating SQL queries. I just found out about Octo.jl, which looks nice.
The text was updated successfully, but these errors were encountered:
Yeah, the string manip to generate SQL queries is pretty hacky. I'll look into getting some kind of DSL in there to generate queries, and Octo.jl looks really nice for that, thanks!
I've talked with the author of that package a few times and I think we are aligned in the goals of making higher level querying interfaces. So it makes sense to try and use that package.
I tend to be leery about generating code by string manipulation. We should consider using a DSL/AST for generating SQL queries. I just found out about Octo.jl, which looks nice.
The text was updated successfully, but these errors were encountered: