A lightweight dynamic SQL executor based on XML configuration files for FastAPI and SQLAlchemy (Async).
- Support for dynamic SQL via XML tags like
<if>,<where>, etc. - Compatible with FastAPI and SQLAlchemy async sessions.
- Easy to integrate into existing projects.
- Can be used to separate SQL logic from business logic.
pip install sql_xml_executor