Skip to content

Commit 527bcd5

Browse files
committed
Update README.md
1 parent 3dd7008 commit 527bcd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
3030
## Features
3131
* Lightweight and [fast](https://github.com/go-sql-driver/sql-benchmark "golang MySQL-Driver performance")
3232
* Native Go implementation. No C-bindings, just pure Go
33-
* Connections over TCP/IPv4, TCP/IPv6 or Unix domain sockets
33+
* Connections over TCP/IPv4, TCP/IPv6, Unix domain sockets or [custom protocols](http://godoc.org/github.com/go-sql-driver/mysql#DialFunc)
3434
* Automatic handling of broken connections
3535
* Automatic Connection Pooling *(by database/sql package)*
3636
* Supports queries larger than 16MB

0 commit comments

Comments
 (0)