From e2e3db08ddffd2fb55aab57108a568c8b2b8a5fb Mon Sep 17 00:00:00 2001 From: Kaligule Date: Thu, 16 Feb 2023 09:47:04 +0100 Subject: [PATCH] Link official list of known sql drivers. --- importing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/importing.md b/importing.md index ef1ab3a..5517eef 100644 --- a/importing.md +++ b/importing.md @@ -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: