Versions in this module Expand all Collapse all v1 v1.8.1 Sep 1, 2024 Changes in this version + func AddNamedValueChecker(nvCheckFunc ...CheckNamedValueFunc) + func CollationOption(c *client.Conn, value string) error + func CompressOption(c *client.Conn, value string) error + func ReadTimeoutOption(c *client.Conn, value string) error + func SetCustomTLSConfig(dsn string, caPem []byte, certPem []byte, keyPem []byte, ...) error + func SetDSNOptions(customOptions map[string]DriverOption) + func UseSslOption(c *client.Conn) error + func WriteTimeoutOption(c *client.Conn, value string) error + type CheckNamedValueFunc func(*sqldriver.NamedValue) error + type DriverOption func(c *client.Conn, value string) error