ModelManager icon indicating copy to clipboard operation
ModelManager copied to clipboard

Model & entity generator to read what to generate from a file

Open chanmix51 opened this issue 8 years ago • 2 comments

Sometimes in big and complex schemas there are technical tables (eg n-m relationships by example) that do not need to make generated code. It would be useful to have a list a those relations in a file the generator would use to ignore them.

chanmix51 avatar Jun 12 '17 07:06 chanmix51

like a .pommignore file. :+1:

It could be usefull to use pattern in name, ignoring files by their prefix or suffix (eg: ref_table_*)

rdavaillaud avatar Jun 12 '17 09:06 rdavaillaud

I think a new file will be add complexity. And you will have to specify schema etc. I think it's very important for the developer he does not use 'pomm: generate: schema-all'

stood avatar Jan 19 '18 07:01 stood