identitii / gdbc

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

Is anybody out there? #2

Open drognisep opened 4 years ago

drognisep commented 4 years ago

This seems like a really neat project, and one I'd like to use if it gets to the point of being production ready.

@elliots Is this something that will be progressing forward in the near term?

elliots commented 4 years ago

It's not something I'm needing at the moment, so it's unlikely to get any real focus soon. I might at least get it updated to the latest version of graal though, and see how it looks.

Any particular driver/feature you're interested in?

drognisep commented 4 years ago

DB2 and Oracle, mainly. They're both a big pain point for me at the moment. :|

For my particular case, I'd be happy with side-loading a Java-based driver provider with RPC, but outside of a container I'm not sure how I'd secure it. I also don't know much about Graal, so I'm not sure what kind of runtime dependencies I'd be adding. I'm assuming since it's Graal VM there's at least one. :P

drognisep commented 4 years ago

Is there a good alternative you've seen work well with (ideally) no run time dependencies? I'll accept any feedback you have the time to provide.