We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57da68c commit 9df77c0Copy full SHA for 9df77c0
README.md
@@ -4,7 +4,27 @@ this is a hive sql format tool
4
5
suport: create select insert
6
7
+# how to build
8
+
9
+ mvn package
10
11
# how to use
12
- 1. chmod +x ./bin/hsf
- 2. ./bin/hsf ./bin/test.sql
13
+ 1. download release
14
+ 2. chmod +x ./hsf
15
+ 3. ./hsf ./test.sql
16
17
18
+# other
19
20
+ This code implements two formatting methods.
21
22
+ 1. use my way
23
24
+ java -classpath hsqlformat-0.0.1-SNAPSHOT.jar whomm.hsqlformat.App ../bin/test.sql
25
26
+ 2. use alibaba druid
27
28
+ java -classpath hsqlformat-0.0.1-SNAPSHOT.jar whomm.hsqlformat.TheApp ../bin/test.sql
29
30
0 commit comments