Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MysqlDatabase ¶
type MysqlDatabase struct {
// contains filtered or unexported fields
}
func (*MysqlDatabase) Close ¶
func (d *MysqlDatabase) Close() error
func (*MysqlDatabase) DB ¶
func (d *MysqlDatabase) DB() *sql.DB
func (*MysqlDatabase) DumpDDLs ¶
func (d *MysqlDatabase) DumpDDLs() (string, error)
func (*MysqlDatabase) GetDefaultSchema ¶
func (d *MysqlDatabase) GetDefaultSchema() string
Click to show internal directories.
Click to hide internal directories.