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

Add ability to disable adding options to the generated JDL #157

Closed octgsoftware closed 1 year ago

octgsoftware commented 1 year ago

Sometimes only the entities and the relations are needed.

This could be set in the tests and the redundant options could be removed from the expected.jdl files as they add no value.

Blackdread commented 1 year ago

Yes, agree