Categorygithub.com/linlexing/odbc
repositorypackage
0.0.4
Repository: https://github.com/linlexing/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.