Blackdread / sql-to-jdl

Tool to translate SQL databases to JDL format of jHipster (Created due to existing databases to be generated with jHipster and build angular-java web)
MIT License
179 stars 81 forks source link

Reordering and grouping of JDL decalarations in output JDL file #207

Closed simpletasks closed 2 months ago

simpletasks commented 2 months ago

A bigger number of tables is also a bigger number of relations (many-to-many, one-to-one). I want to group all many-to-one and one-to-one relations in groups. With tables and views, I want to have a specific order of declarations based on current project needs.

  1. tables, views, relations
  2. tables, relations, views
  3. tables, relations grouped, views