identitii / gdbc

JDBC driver wrapper for golang
MIT License
101 stars 12 forks source link

IBM DB2 support #1

Open maitredede opened 4 years ago

maitredede commented 4 years ago

Hi,

I would like to know if adding DB2 support through jt400 lib would be easy to do... Maven package is net.sf.jt400:jt400.

Also I think there is a missing doc about installing dev requirements (oracle things, graalvm...).

I would be pleased to try to add jt400 as PR...

elliots commented 4 years ago

Hi @MaitreDede, no I haven't looked at DB2 support. The ease depends on the driver, and if it is able to be run by GraalVM.

I think the first step might be to update Graal, and just give it a go...

As for installing requirements, have a look at https://github.com/identitii/gdbc/blob/master/.circleci/config.yml which is everything CI needs to build and run the drivers. It's not exactly the same, but should give you a good start.

I'd be very happy to add the db2 driver if you get it started, I could add the CI process etc..