pubnative / mysqldriver-go

GC optimized MySQL driver
https://godoc.org/github.com/pubnative/mysqldriver-go
MIT License
268 stars 20 forks source link

Support context in establishing a connection #5

Closed kostyantyn closed 7 years ago

kostyantyn commented 7 years ago

This PR doesn't fully support Go Context for creating a connection but at least lets the user to set a timeout for TCP handshake.