From 954129255dd0291ad488fcf892d5a689a45d03c7 Mon Sep 17 00:00:00 2001 From: Asif Jalil Date: Sat, 28 Apr 2018 17:28:00 -0400 Subject: [PATCH] Updated SQLDrivers (markdown) --- SQLDrivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLDrivers.md b/SQLDrivers.md index c03a5161..7e367ee4 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -16,7 +16,7 @@ Drivers for Go's sql package include: * **ClickHouse** (uses [HTTP API](https://clickhouse.yandex/docs/en/interfaces/http_interface.html)): https://github.com/mailru/go-clickhouse * **Couchbase N1QL**: https://github.com/couchbase/go_n1ql * **DB2**: https://bitbucket.org/phiggins/db2cli - * **DB2 LUW**: https://github.com/asifjalil/cli + * **DB2 LUW** (uses cgo): https://github.com/asifjalil/cli * **Firebird SQL**: https://github.com/nakagami/firebirdsql * **MS ADODB**: https://github.com/mattn/go-adodb * **MS SQL Server** (pure go): https://github.com/denisenkom/go-mssqldb