darkwood001 / odbc

Automatically exported from code.google.com/p/odbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

This repository holds odbc driver written in go.

It implements database driver interface as used by standard database/sql package. Calls into odbc dll on Windows, and uses cgo everywhere else.