<<

NAME

misc/devel/update_dbix_class_files.pl

SYNOPSIS

 update_dbix_class_files.pl --db_name=db-name --db_user=db-user \
                            --db_passwd=db-pass ...

The command in usually called from the root directory for the Koha source tree. If you are running from another directory, use the --path switch to specify a different path.

OPTIONS

--db_name

DB name. (mandatory)

--db_user

DB user name.

--db_passwd

DB password.

--db_driver

DB driver to be used. (defaults to 'mysql')

--db_host

hostname for the DB server. (defaults to 'localhost')

--db_port

port number for the DB server. (defaults to '3306')

--path

path into which create the schema files. (defaults to './')

-h|--help

prints this help text

<<