package
0.0.0-20241212022123-17d08ac6bdb7
Repository: https://github.com/inhere/go-web-skeleton.git
Documentation: pkg.go.dev
# Functions
CloseEngine Close mysql engine.
Db get db connection.
DeleteById Usage: user := new(User) num, err := mysql.DeleteById(23, user).
No description provided by the author
UpdateById Update by ID Usage: user := new(User) num, err := mysql.UpdateById(23, user, "name", "email").
# Constants
No description provided by the author