diff --git a/README.md b/README.md index fdfc1677..0a8f6290 100644 --- a/README.md +++ b/README.md @@ -202,11 +202,11 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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. - * [gofreetds](https://github.com/minus5/gofreetds) Microsoft MSSQL driver. Go wrapper over [FreeTDS](http://www.freetds.org). * [go-oci8](https://github.com/mattn/go-oci8) - Oracle driver for go that using database/sql. * [go-pgsql](https://github.com/lxn/go-pgsql) - A PostgreSQL client package for the Go Programming Language. * [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. + * [gofreetds](https://github.com/minus5/gofreetds) Microsoft MSSQL driver. Go wrapper over [FreeTDS](http://www.freetds.org). * [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. * NoSQL Databases