mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-27 03:25:56 +08:00
6 lines
90 B
Go
6 lines
90 B
Go
package db
|
|
|
|
import "gorm.io/gorm"
|
|
|
|
var Factory = map[string]func(string) gorm.Dialector{}
|