package mssql
import "cloud.google.com/go/cloudsqlconn/sqlserver/mssql"
Package mssql provides a Cloud SQL SQL Server driver that works with the database/sql package.
Index ¶
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.
Source Files ¶
mssql.go
- Version
- v1.15.0 (latest)
- Published
- Feb 12, 2025
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 5 months ago –
Tools for package owners.