sql-fun 0.1.0

SQL query/statement execution code generator
Documentation
1
2
3
4
5
6
7
8
9
10
/* 
  Postgres system table DDLs

  extracted from docker image.
*/ 

{{#each this}}
CREATE DOMAIN "{{domain_schema}}"."{{domain_name}}" as {{data_type}};

{{/each}}