Documentation
¶
Index ¶
Constants ¶
View Source
const (
Driver = "mysql"
)
Variables ¶
This section is empty.
Functions ¶
func MustNew ¶
MustNew creates a new sqldb.Connection using the passed sqldb.Config and github.com/go-sql-driver/mysql as driver implementation. The connection is pinged with the passed context, and only returned when there was no error from the ping. Errors are paniced.
Types ¶
Click to show internal directories.
Click to hide internal directories.