module
Version:
v0.1.4
Opens a new window with list of versions in this module.
Published: Oct 10, 2024
License: MIT
Opens a new window with license information.
README
¶
Gorm Extension
Extension library based on gorm
How to use it?
go get github.com/lhdhtrc/gorm
package main
import (
gorm "github.com/lhdhtrc/gorm/pkg"
"go.uber.org/zap"
)
func main() {
logger, _ := zap.NewProduction()
gorm.InstallMysql(logger, &gorm.ConfigEntity{}, []interface{})
}
Finally
- If you feel good, click on star.
- If you have a good suggestion, please ask the issue.
Directories
¶
Click to show internal directories.
Click to hide internal directories.