-
Hi, thank you for this impressive piece of software! May I ask if it is possible to use Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
tobymao
Jul 29, 2022
Replies: 1 comment
-
to find tables, you can do
to figure out reading vs writing, perhaps you could use
or so to figure out what the root node is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tobymao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to find tables, you can do
parse_one(...).find_all(exp.Table)
to figure out reading vs writing, perhaps you could use
expression.find_ancestor(exp.Insert)
or so to figure out what the root node is