sql-to-jdl icon indicating copy to clipboard operation
sql-to-jdl copied to clipboard

DB2 luw

Open simpletasks opened this issue 1 year ago • 1 comments

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.

simpletasks avatar Jul 04 '24 23:07 simpletasks

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.

Blackdread avatar Jul 05 '24 20:07 Blackdread