From aae60d09d43907c08ba523f21fab6489247bcc19 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 14 Jul 2021 15:26:57 +0200 Subject: [PATCH] Updated SQLDrivers (markdown) --- SQLDrivers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SQLDrivers.md b/SQLDrivers.md index f9448da8..01c9f972 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -24,6 +24,7 @@ Drivers for Go's sql package include: * **DB2 LUW** and **DB2/Z with DB2-Connect**: https://bitbucket.org/phiggins/db2cli (Last updated 2015-08) * **DB2 LUW** (uses cgo): https://github.com/asifjalil/cli * **DB2 LUW, z/OS, iSeries and Informix**: https://github.com/ibmdb/go_ibm_db + * **Exasol**: (pure Go): https://github.com/exasol/exasol-driver-go * **Firebird SQL**: https://github.com/nakagami/firebirdsql * **Genji** (pure go): https://github.com/genjidb/genji * **Google Cloud BigQuery**: https://github.com/solcates/go-sql-bigquery