Tim Skirvin > DBIx-Frame-1.06 > xxx_create.pl

Download:
DBIx-Frame-1.06.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

xxx_create.pl - Database creation/deletion/status script for DBIx::Frame

SYNOPSIS ^

  xxx_create.pl [-hvcd] [-b database] [-u user] [-p password]

        -b database     Database to investigate.  Defaults to $DATABASE
        -u user         Username to connect with.  Defaults to $DBUSER
        -p password     Password to connect with.  

        -h              Prints this message and exit.
        -v              Prints the version number and exits.

        -t TABLE        Work on table TABLE
        -a              Work on all tables.

        -c              Create new database.  Can be used with -d to reset
                          the database.
        -d              Delete old database.  You may lose data with this.

DESCRIPTION ^

Creates, deletes, or just prints off status information about a $CLASS database. Should be fairly self-explanatory. Note that the database must exist first; this only creates the tables.

REQUIREMENTS ^

$CLASS

SEE ALSO ^

$CLASS, DBIx::Frame::CGI

AUTHOR ^

Written by Tim Skirvin <tskirvin@ks.uiuc.edu>.

HOMEPAGE ^

http://www.ks.uiuc.edu/Development/MDTools/dbixframe/

LICENSE ^

This code is distributed under the University of Illinois Open Source License. See http://www.ks.uiuc.edu/Development/MDTools/dbixframe/license.html for details.

COPYRIGHT ^

Copyright 2000-2004 by the University of Illinois Board of Trustees and Tim Skirvin <tskirvin@ks.uiuc.edu>.