Skip to content

Latest commit

Β 

History

History
18 lines (11 loc) Β· 447 Bytes

File metadata and controls

18 lines (11 loc) Β· 447 Bytes

🧩 SQL XML Executor

A lightweight dynamic SQL executor based on XML configuration files for FastAPI and SQLAlchemy (Async).

βœ… Features

  • 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.

πŸš€ Installation

pip install sql_xml_executor