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
{{ message }}
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
Thank you for sharing this module. I was looking for modules which can read MyBatis XML files in Python.
This module seems to be good to read SQL queries in MyBatis XML file from Python code.
Although there is a mention on limitations, I hope this module can assign variables to SQL queries.
Known Limitations
Doesn't support custom parameters
All sql parameters will be replace to '?'
All of the conditionals to apply in element
I appreciate if you can consider this feature. Thank you.
Thank you for sharing this module. I was looking for modules which can read MyBatis XML files in Python.
This module seems to be good to read SQL queries in MyBatis XML file from Python code.
Although there is a mention on limitations, I hope this module can assign variables to SQL queries.
I appreciate if you can consider this feature. Thank you.