[go-nuts] Implementing JDBC Driver

2018-04-14 Thread Tamás Gulácsi
Btw it seems that Netezza uses postgres under the hood, so you can try the native pg or pgx drivers, too! https://www.ibm.com/support/knowledgecenter/SSULQD_7.2.1/com.ibm.nz.datacon.doc/c_datacon_architecture-JDBC.html -- You received this message because you are subscribed to the Google Groups

[go-nuts] Implementing JDBC Driver

2018-04-14 Thread Tamás Gulácsi
Wouldn't ODBC be an option? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.googl

[go-nuts] Implementing JDBC Driver

2018-04-13 Thread Ken Bailey
So at my new Job I'm the only one using Go and it's going quite well, but i'm having to extract data from our Netezza database using java or python, load it into .csv files and then work with it using Go. I'd much rather use Go for everything, especially as I'm planning to build some tools that