mirror of
https://github.com/astaxie/beego.git
synced 2025-04-09 08:30:25 +00:00
added new querybuilder
This commit is contained in:
parent
b2cdabb8a0
commit
c667895ce5
@ -28,3 +28,8 @@ type QueryBuilder interface {
|
||||
Subquery(query string, rename string) string
|
||||
String() string
|
||||
}
|
||||
|
||||
func NewQueryBuilder() (qb QueryBuilder) {
|
||||
qb = new(MySQLQueryBuilder)
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user