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