Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DB 数据库的全局变量方便后期调用 DB *gorm.DB )
Functions ¶
func OpenMySQL ¶
func OpenMySQL() (err error)
OpenMySQL 数据库连接 https://gorm.io/zh_CN/docs/connecting_to_the_database.html
func OpenSQLite3 ¶
func OpenSQLite3() (err error)
OpenSQLite3 数据库连接 https://gorm.io/zh_CN/docs/connecting_to_the_database.html
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.