Documentation ¶
Index ¶
- Variables
- func MySQLQuery(sql string, args ...interface{}) ([]orm.Params, error)
- func MySQLQueryOne(sql string, args ...interface{}) (orm.Params, error)
- func MySQLQueryToJson(sql string, args ...interface{}) (string, error)
- func MySQLQueryToJsonWithOrmer(o orm.Ormer, sql string, args ...interface{}) (string, error)
- func MySQLQueryValueWithField(field string, sql string, args ...interface{}) (string, error)
- func MySQLQueryWithOrmer(o orm.Ormer, sql string, args ...interface{}) ([]orm.Params, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var BeegoDB orm.Ormer
View Source
var GormDB *gorm.DB
Functions ¶
func MySQLQueryToJson ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.