Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SqlMigrate ¶
func SqlMigrate() (err error)
Types ¶
type Connection ¶
type DaoMysql ¶
type DaoMysql struct {
TableName string
}
func NewDaoMysql ¶
func NewDaoMysql() *DaoMysql
func (*DaoMysql) GetOrm ¶
func (p *DaoMysql) GetOrm() Connection
func (*DaoMysql) GetReadOrm ¶
func (p *DaoMysql) GetReadOrm() Connection
func (*DaoMysql) GetWriteOrm ¶
func (p *DaoMysql) GetWriteOrm() Connection
Click to show internal directories.
Click to hide internal directories.