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
Hello guys,
I'm doing a log analyser where I need to parse SQLs. I did it all with regexp, and I understand that is not the best way to do it.
I would like to add an AST strategy to my code, and I would like to know if Arel supports converting raw SQLs to it's ast.
I'm reading Arel's source, but I couldn't find anything on my own yet.
Thank you
The text was updated successfully, but these errors were encountered:
Hello guys,
I'm doing a log analyser where I need to parse SQLs. I did it all with regexp, and I understand that is not the best way to do it.
I would like to add an AST strategy to my code, and I would like to know if Arel supports converting raw SQLs to it's ast.
I'm reading Arel's source, but I couldn't find anything on my own yet.
Thank you
The text was updated successfully, but these errors were encountered: