gorm

module
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2024 License: MIT

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

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL