Documentation ¶
Index ¶
- type Driver
- func (this *Driver) Close()
- func (this *Driver) CreateConnection()
- func (this *Driver) CreateOpenConnection(dia gorm.Dialector)
- func (this *Driver) GetConfig(name string) any
- func (this *Driver) GetConnection() *gorm.DB
- func (this *Driver) GetConnectionWithDebug() *gorm.DB
- func (this *Driver) WithConfig(config map[string]any) interfaces.Driver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
*
- 基础驱动 *
- @create 2021-9-15
- @author deatil
func (*Driver) WithConfig ¶
func (this *Driver) WithConfig(config map[string]any) interfaces.Driver
设置配置
Click to show internal directories.
Click to hide internal directories.