[go-nuts] Re: Implementing JDBC Driver

2018-04-14 Thread Asif Jalil
If Netezza can work with IBM CLI interface, then you can check out the Go 
CLI driver that I wrote for DB2: https://github.com/asifjalil/cli. 

Thanks.

On Friday, April 13, 2018 at 2:49:59 PM UTC-4, Ken Bailey wrote:
>
> 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 
> would require me to have direct DB access. 
>
> I've done some research and I haven't been able to find any Go JDBC 
> drivers that are currently being developed or full featured. The closest 
> I've found is >> https://github.com/japettyjohn/go-jdbc but development 
> stopped about 3 years ago.
>
> I'd definitely be willing to dedicate the time and write this myself so 
> the community can benefit, but I have a couple questions before I get 
> started.
> 1. Am I missing something? Is there a library out there that allows for 
> what I'm trying to do?
> 2. Does anyone have any experience writing a JDBC driver?
> 3. Is this a worthwhile endeavor? Is there a reason a full featured Go 
> JDBC driver doesn't exist?
> 4. Would anyone like to join me on this journey?
>
> I appreciate your time.
>
> Ken
>

-- 
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.google.com/d/optout.


[go-nuts] Re: Completeness of Golang drivers for open-source and enterprise databases.

2017-06-11 Thread Asif Jalil
For DB2 driver, please see the following:

https://github.com/asifjalil/cli

Thanks. 

Asif

On Saturday, June 10, 2017 at 6:13:27 AM UTC-4, hari.e...@gmail.com wrote:
>
>
> Thanks a lot for responding *Tamás Gulácsi*.
>
> One more question. The link2 stated does not have the status of SAP Hana, 
> Sybase and Db2 drivers ?
>
> Do you have an idea on the states of these drivers ?
>
> Thanks and regards,
> Hariharan.
>
> On Friday, June 9, 2017 at 10:01:42 AM UTC+5:30, Tamás Gulácsi wrote:
>>
>> ora.v4:
>> Query1 : Is the status mentioned in link2 is up-to-date ?
>> Yes
>>
>> Query2 : Have anybody tried these drivers in production systems ?
>> Yes
>>
>> Query3 : Does these drivers provide APIs to fetch the schema (column 
>> names, column/value types) of tables in DBs?
>> Yes: SQL.
>> Just "SELECT * FROM user_tab_cols".
>>
>>

-- 
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.google.com/d/optout.