Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
daquino committed Jun 26, 2015
1 parent af14a5b commit 4e1515c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ between the supported file formats(xml,yaml,json,sql). The project comes with t
liquify bash shell script as the default way to launch the tool. However, if you do not
have BASH on your machine, you can still launch the tool using the java command as well (java -jar liquify.jar [-options] <source>).

_Note: When using the sql change log file type, not all bundled change commands are supported the different
database types (i.e. createSequence, addAutoIncrement, etc). If the tool fails to build when trying to,
convert to the sql type, it could be because of the desired database type not supporting a bundle change command
in the source change log file._

### Usage
```
Usage:
liquify [-options] <source>
Expand All @@ -20,10 +26,6 @@ Usage:
Example Usage:
liquify -t sql -db oracle db.changelog.xml (db.changelog.xml => db.changelog.oracle.sql)
```
_Note: When using the sql change log file type, not all bundled change commands are supported the different
database types (i.e. createSequence, addAutoIncrement, etc). If the tool fails to build when trying to,
convert to the sql type, it could be because of the desired database type not supporting a bundle change command
in the source change log file._

### Building
The project requires JDK 1.6+. To build the project, simple run the following gradle wrapper command:
Expand Down

0 comments on commit 4e1515c

Please sign in to comment.