The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TaskPipe::SchemaManager::Settings_Project - project schema settings for TaskPipe

METHODS

table_prefix

Table name clashes between taskpipe tables and other tables in your database can be prevented by specifying a table prefix which will be applied to all taskpipe table names

method

The database connection method - e.g. dbi

type

The database connection type - e.g. mysql

database

The name of the database to connect to

host

The host to use to connect to your database (e.g. 'localhost')

username

The username to connect to the database

password

The password to connect to the database

module

The package name of the module to use to keep the database schema (e.g. 'MyProject::Schema')

AUTHOR

Tom Gracey <tomgracey@gmail.com>

COPYRIGHT AND LICENSE

Copyright (c) Tom Gracey 2018

TaskPipe is free software, licensed under

    The GNU Public License Version 3