# SJSQLGenerator **Repository Path**: changsanjiang/SJSQLGenerator ## Basic Information - **Project Name**: SJSQLGenerator - **Description**: 便利的构造SQL语句 sql = SJ_SELECT("COUNT(*) AS items, order_num") .FROM("OrderItems") .WHERE("item_price > 4") .GROUP_BY("order_num") .HAVING("items >= 2") .ORDER_BY("order_num, items") .LIMIT(2, 2).to_s; - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SJSQLGenerator [![CI Status](https://img.shields.io/travis/changsanjiang@gmail.com/SJSQLGenerator.svg?style=flat)](https://travis-ci.org/changsanjiang@gmail.com/SJSQLGenerator) [![Version](https://img.shields.io/cocoapods/v/SJSQLGenerator.svg?style=flat)](https://cocoapods.org/pods/SJSQLGenerator) [![License](https://img.shields.io/cocoapods/l/SJSQLGenerator.svg?style=flat)](https://cocoapods.org/pods/SJSQLGenerator) [![Platform](https://img.shields.io/cocoapods/p/SJSQLGenerator.svg?style=flat)](https://cocoapods.org/pods/SJSQLGenerator) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation SJSQLGenerator is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'SJSQLGenerator' ``` ## Author changsanjiang@gmail.com, changsanjiang@gmail.com ## License SJSQLGenerator is available under the MIT license. See the LICENSE file for more info.