Versions in this module Expand all Collapse all v1 v1.74.1 Mar 24, 2026 Changes in this version + func ParamsToConfig(host, user, password string, port int) *mysql.Config + type DB struct + func Connect(config *mysql.Config) (*DB, error) + func (db *DB) GetSingleResult(config *mysql.Config, query string, result interface{}) error