Documentation ¶
Overview ¶
Package mssql provides a Cloud SQL SQL Server driver that works with the database/sql package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDriver ¶
func RegisterDriver(name string, opts ...cloudsqlconn.Option) (func() error, error)
RegisterDriver registers a SQL Server driver that uses the cloudsqlconn.Dialer configured with the provided options. The choice of name is entirely up to the caller and may be used to distinguish between multiple registrations of differently configured Dialers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.