relloyd / odbc

ODBC driver written in Go. Forked from alexbrainman/odbc and rewired to use module relloyd/go-sql instead of the standard database/sql library. go-sql has an added interface to allow bulk Oracle DML operations via driver relloyd/go-oci8.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odbc driver written in go. Implements database driver interface as used by standard database/sql package. It calls into odbc dll on Windows, and uses cgo (unixODBC) everywhere else.

To get started using odbc, have a look at the wiki pages.

About

ODBC driver written in Go. Forked from alexbrainman/odbc and rewired to use module relloyd/go-sql instead of the standard database/sql library. go-sql has an added interface to allow bulk Oracle DML operations via driver relloyd/go-oci8.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 96.0%Language:Perl 2.5%Language:Makefile 1.5%