Categorygithub.com/What-Color/odbc
repositorypackage
0.0.0-20191224084932-8351d5e87a5b
Repository: https://github.com/what-color/odbc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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.