# dmodbc **Repository Path**: nightstream/dmodbc ## Basic Information - **Project Name**: dmodbc - **Description**: golang语言的odbc驱动,取自https://github.com/alexbrainman/odbc,适配达梦数据库 - **Primary Language**: Go - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-23 - **Last Updated**: 2021-12-23 ## 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.