File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://travis-ci.org/zeroturnaround/sql-formatter.svg?branch=master )] ( https://travis-ci.org/zeroturnaround/sql-formatter )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/zeroturnaround/sql-formatter/badge.svg?branch=master )] ( https://coveralls.io/github/zeroturnaround/sql-formatter?branch=master )
5
5
6
- A whitespace formatter for different query languages.
6
+ ** SQL Formatter** is a whitespace formatter for different query languages.
7
+
8
+ [ See the demo] ( https://zeroturnaround.github.io/sql-formatter/ ) .
7
9
8
10
## Installation
9
11
10
- To install the newest version:
12
+ To install the newest version from NPM :
11
13
12
14
```
13
15
npm install --save sql-formatter
@@ -51,6 +53,10 @@ sqlFormatter.format("sql", "SELECT * FROM table1 WHERE foo = bar");
51
53
sqlFormatter .format (" n1ql" , " SELECT fname, email FROM tutorial USE KEYS ['dave', 'ian'];" );
52
54
```
53
55
56
+ ## Contribute
57
+
58
+ > TODO
59
+
54
60
## Influence
55
61
56
62
SQL Formatter core logic is influenced by a PHP version of [ SQL Formatter by Jeremy Dorn] ( https://github.com/jdorn/sql-formatter ) .
You can’t perform that action at this time.
0 commit comments