|
|
|
|
|
by ksri
2196 days ago
|
|
I have been working JinjaSQL[1] for a while to simplify complex SQL Queries. JinjaSQL is a templating language, so you can use interpolation, conditionals, macros, includes and so on. It automatically identifies bind parameters, so you don't have you to keep track of them. 1. https://github.com /hashedin/jinjasql |
|