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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["This webpage documents the various versions of the `mssql` package, which provides a Cloud SQL SQL Server driver for use with the `database/sql` package."],["The latest version of the package is 1.16.0, and the page lists previous versions all the way back to 0.1.0, with links to their respective documentation."],["The package's core functionality is provided by the `RegisterDriver` function, which allows registration of a SQL Server driver using a `cloudsqlconn.Dialer`."],["The package is available on pkg.go.dev, where you can find additional information and older versions."]]],[]]