From 2ee4b248d40756f23861750789ffba96f546dcb1 Mon Sep 17 00:00:00 2001 From: JBD Date: Tue, 21 Apr 2020 21:27:46 -0700 Subject: [PATCH] Updated SQLDrivers (markdown) --- SQLDrivers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SQLDrivers.md b/SQLDrivers.md index 4d6bc04d..20d0c442 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -24,6 +24,7 @@ Drivers for Go's sql package include: * **DB2 LUW, z/OS, iSeries and Informix**: https://github.com/ibmdb/go_ibm_db * **Firebird SQL**: https://github.com/nakagami/firebirdsql * **Google Cloud BigQuery**: https://github.com/solcates/go-sql-bigquery + * **Google Cloud Spanner**: https://github.com/rakyll/go-sql-driver-spanner * **MS ADODB**: https://github.com/mattn/go-adodb * **MS SQL Server** (pure go): https://github.com/denisenkom/go-mssqldb * **MS SQL Server** (uses cgo): https://github.com/minus5/gofreetds