# odbc-wei **Repository Path**: wangwei830/odbc-wei ## Basic Information - **Project Name**: odbc-wei - **Description**: github.com/alexbrainman/odbc https://gitee.com/wangwei830/odbc-wei.git unzip github.com-alexbrainman-odbc.zip mv odbc-wei-master/ odbc mkdir -p /usr/lib/golang/src/github.com/alexbrainman mv odbc /... - **Primary Language**: Go - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-18 - **Last Updated**: 2022-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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](../../wiki) pages.