Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLDriverAdapter ¶
type MySQLDriverAdapter struct {
data.DBDriverBase
}
func (*MySQLDriverAdapter) Open ¶
func (inst *MySQLDriverAdapter) Open(params *data.DBOpenParams) (gorm.Dialector, error)
type PostgresDriverAdapter ¶
type PostgresDriverAdapter struct {
data.DBDriverBase
}
func (*PostgresDriverAdapter) Open ¶
func (inst *PostgresDriverAdapter) Open(params *data.DBOpenParams) (gorm.Dialector, error)
Click to show internal directories.
Click to hide internal directories.