**Use Case** <!-- A clear and concise description of what is the intended usage scenario is. --> Currently, embedded execute interface only support a SQL string parameter. But it's unsafe and difficult to process strings with "'". **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> Support parameterize query interface like pymysql.
Use Case
Currently, embedded execute interface only support a SQL string parameter. But it's unsafe and difficult to process strings with "'".
Describe the solution you'd like
Support parameterize query interface like pymysql.