gnormal / gnorm

A database-first code generator for any language
https://gnorm.org
Other
484 stars 39 forks source link

introduce new funcs to ForeignKeyColumns #81

Closed Etomyutikos closed 7 years ago

Etomyutikos commented 7 years ago

These funcs retrieve the list of DBNames for the ForeignKey's columns and referenced columns. This allows one to do things like:

{{ range .RefTable.Columns.DBNames.Except .FKColumns.RefColumnDBNames }}