Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrygusev committed Mar 1, 2015
1 parent 2a7bfc9 commit d089cfa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@ chmod +x ./build/libs/run.sh
./build/libs/run.sh --help

usage: ./run.sh
-c,--config <arg> Configuration file
-c,--connectionUrl JDBC connection URL
-d,--driverClass JDBC driver class name
-h,--help Prints this help
-i,--input <arg> Input CSV file
-m,--mode Operation mode (INSERT, MERGE, INSERTONLY)
-p,--password Connection password
-t,--numberOfThreads <arg> Number of threads
-u,--username Connection username
```

Command line options take precedence over values from config file.

### Pick right database driver

This distribution shipped with latest PostgreSQL 9.x JDBC driver.
Expand Down

0 comments on commit d089cfa

Please sign in to comment.