gnormal / gnorm

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

introduce new funcs to ForeignKeyColumns #81

Closed Etomyutikos closed 6 years ago

Etomyutikos commented 6 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 }}