Commit c667895c authored by Zheng Yang's avatar Zheng Yang

added new querybuilder

parent b2cdabb8
......@@ -28,3 +28,8 @@ type QueryBuilder interface {
Subquery(query string, rename string) string
String() string
}
func NewQueryBuilder() (qb QueryBuilder) {
qb = new(MySQLQueryBuilder)
return
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment