File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33> parse sql in js.
44
5- [ ![ Build Status] ( https://travis-ci.org/JavaScriptor/js-sql-parser.svg?branch=master )] ( https://travis-ci.org/JavaScriptor/js-sql-parser )
5+ [ ![ Build Status] [ travis-image ]] [ travis-url ]
6+ [ ![ NPM Version] [ npm-image ]] [ npm-url ]
7+ [ ![ NPM Downloads] [ downloads-image ]] [ downloads-url ]
68
79## commonjs usage
810
@@ -28,3 +30,10 @@ sqlParser.parse('select * from dual');
2830
2931...
3032
33+ [ travis-image ] : https://api.travis-ci.org/JavaScriptor/js-sql-parser.svg
34+ [ travis-url ] : https://travis-ci.org/JavaScriptor/js-sql-parser
35+ [ npm-image ] : https://img.shields.io/npm/v/js-sql-parser.svg
36+ [ npm-url ] : https://npmjs.org/package/js-sql-parser
37+ [ downloads-image ] : https://img.shields.io/npm/dm/js-sql-parser.svg
38+ [ downloads-url ] : https://npmjs.org/package/js-sql-parser
39+
You can’t perform that action at this time.
0 commit comments