Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + type MSSQLClient struct + func (c *MSSQLClient) Connect(host string, port int, username, password string) (bool, error) + func (c *MSSQLClient) ConnectWithDB(host string, port int, username, password, dbName string) (bool, error) + func (c *MSSQLClient) IsMssql(host string, port int) (bool, error)