Expand description
SQL template building functionality
This module provides functionality to build (render) SQL from Tera templates. It handles both single SQL files and directories containing multiple template files.
The build process:
- Loads all
.sqlfiles from the working directory as templates - Renders the target template (or
index.sqlif a directory is provided) - Outputs the rendered SQL to stdout or a file
Structsยง
Constantsยง
- INDEX_
SQL_ ๐FILENAME - SQL_
FILE_ ๐EXTENSION