Versions in this module Expand all Collapse all v1 v1.0.0 Mar 15, 2026 Changes in this version + func NewMysqlConn(config Config, opts ...Option) (*sql.DB, error) + type Config struct + Database string + Host string + Pass string + Port string + User string + type Option func(*sql.DB) + func WithMaxConn(n int) Option + func WithMaxIdle(n int) Option