Module rbatis_codegen::codegen::syntax_tree::bind_node
source · [−]Expand description
this the py_sql/html_sql syntax tree
- py_sql is parsed and eventually converted to an XML tree, which is then generated by the HTML Parser I always believe that the tree should be used to manipulate the SQL syntax abstractly, without mixing in other framework-related content.