Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLDriver ¶
MySQLDriver 是 MySQL 的 starter-gorm 驱动
func (*MySQLDriver) Accept ¶
func (inst *MySQLDriver) Accept(cfg *datasource.Configuration) bool
Accept 用于确定是否支持给定的配置
func (*MySQLDriver) GetRegistration ¶ added in v0.0.5
func (inst *MySQLDriver) GetRegistration() *datasource.DriverRegistration
GetRegistration ...
func (*MySQLDriver) Open ¶
func (inst *MySQLDriver) Open(cfg *datasource.Configuration) (datasource.Source, error)
Open 打开数据源
Click to show internal directories.
Click to hide internal directories.