Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Link official list of known sql drivers. #121

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ particular driver author may have provided.

In this documentation, we'll use the excellent [MySQL
drivers](https://github.com/go-sql-driver/mysql) from @julienschmidt and @arnehormann
for examples.
for examples. You can find an official list of drivers in [Go's github
wiki](https://github.com/golang/go/wiki/SQLDrivers).

Add the following to the top of your Go source file:

Expand Down