c667895c by Zheng Yang

added new querybuilder

1 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
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!