package
Version:
v1.4.3
Opens a new window with list of versions in this module.
Published: Nov 13, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
postgres
driver: postgres
dsn: user=postgres password=123456 dbname=databasename host=127.0.0.1 port=5432 sslmode=disable TimeZone=Asia/Shanghai
mysql
driver: mysql
dsn: root:123456@tcp(127.0.0.1:3306)/dbname?parseTime=True
Documentation
¶
func AutoMigrate(models []interface{})
type Config struct {
Driver string `yaml:"driver"`
DSN string `yaml:"dsn"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.