Home
Name Modified Size InfoDownloads / Week
README.txt 2013-01-09 622 Bytes
jdbfill_0.1.jar 2013-01-09 1.7 MB
Totals: 2 Items   1.7 MB 0
INSTALLATION

To build jdbfill.jar, type:

  ant build


USAGE

You may run the executable with:

  java -jar jdbfill.jar --server <hostname> --db <name> --username <name>
                       [--password <pwd>] --type <dbtype> [--reset]

--server <hostname> : database server host

--db <name>         : name of the database to connect to

--username <name>   : database user name

--password <pwd>    : password to use when connecting to the server

--type <dbtype>     : database type ('postgresql')

--reset             : force the deletion of existing data in the database

--help		    : prints the list of options
Source: README.txt, updated 2013-01-09