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
177 stars 83 forks source link

DB2 luw #213

Open simpletasks opened 2 weeks ago

simpletasks commented 2 weeks ago

Hi, DB2 can be supported. I can do it. Can you add some instructions what would be required and constraints? As you did for MsSql.

Blackdread commented 2 weeks ago

Hi, thank you for wanting to add DB2. I have never used DB2. So I think you can follow what you have done in https://github.com/Blackdread/sql-to-jdl/pull/208, it should be quite similar approach I guess. I did a quick search for DB2 docker, found this https://hub.docker.com/r/ibmcom/db2, seems that it won't be accessible through docker in the future so not sure what is the solution to have after that -> can always implement the logic by supporting a specific version instead of the latest.