Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInstance ¶
func GetInstance(cfg *MySQLConfig) *gorm.DB
GetInstance return mysql instance for further usage before use MySQL, you should create database first DROP DATABASE gopa; CREATE DATABASE IF NOT EXISTS gopa DEFAULT CHARSET utf8 COLLATE utf8_general_ci;
Types ¶
type MySQLConfig ¶
type MySQLConfig struct {
Connection string `config:"connection"`
}
MySQLConfig defines mysql related config, currently only provide connection, eg: root:password@tcp(127.0.0.1:3306)/gopa?charset=utf8&parseTime=true&loc=Local
Click to show internal directories.
Click to hide internal directories.