sql-fun 0.1.0

SQL query/statement execution code generator
Documentation
1
2
3
4
5
6
7
{{#each this}}
CREATE VIEW {{schema}}.{{view}} 
as 
{{{definition}}}
;

{{/each}}