From 2164bb50e401a75359b66368cda20af53cacba13 Mon Sep 17 00:00:00 2001 From: Francis Chuang Date: Tue, 4 Jul 2017 06:58:45 +1000 Subject: [PATCH] Update description for go-mssqldb database driver (#1482) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d402ffee..29b538fb 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [firebirdsql](https://github.com/nakagami/firebirdsql) - Firebird RDBMS SQL driver for Go * [go-adodb](https://github.com/mattn/go-adodb) - Microsoft ActiveX Object DataBase driver for go that using database/sql. * [go-bqstreamer](https://github.com/rounds/go-bqstreamer) - BigQuery fast and concurrent stream insert. - * [go-mssqldb](https://github.com/denisenkom/go-mssqldb) - Microsoft MSSQL driver prototype in go language. + * [go-mssqldb](https://github.com/denisenkom/go-mssqldb) - Microsoft MSSQL driver for Go. * [go-oci8](https://github.com/mattn/go-oci8) - Oracle driver for go that using database/sql. * [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - MySQL driver for Go. * [go-sqlite3](https://github.com/mattn/go-sqlite3) - SQLite3 driver for go that using database/sql.