Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 255 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 255 Bytes

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.