feat: transform simple sql query to ir
When sql query was received it transform to parse tree (with pest). Next step is transform parse tree to AST, after that AST transform to IR.
This realization contains only simple query with condition.
When sql query was received it transform to parse tree (with pest). Next step is transform parse tree to AST, after that AST transform to IR.
This realization contains only simple query with condition.