-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
403422a
commit 3eedebf
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
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 following pages: | ||
* [Getting started on Linux](GettingStartedOnLinux.md) | ||
* [Getting started on OS X](GettingStartedOnOSX.md) | ||
* [Getting started on Windows](GettingStartedOnWindows.md) | ||
|
||
To get started using odbc, have a look at the [wiki](../../wiki) pages. |