Scroll to navigation

SETUP_BEANCOUNTER(1p) User Contributed Perl Documentation SETUP_BEANCOUNTER(1p)

NAME

setup_beancounter - Create and initialise BeanCounter databases

SYNOPSIS

setup_beancounter [-m] [-n NAME] [-n] [-h]

DESCRIPTION

setup_beancounter creates and initialises the databases used by beancounter. It also runs some initial reports to illustrate some of the features of beancounter.

OPTIONS

 -m        Use MySQL as the backend over the default PostgreSQL
 -l dbfile Use SQLite \(version 3 or later\) with database file 'dbfile'
 -o dbfile Use SQLite2 \(compatibility mode\) with database file 'dbfile'
 -n name   Use name as the database instead of beancounter
 -s        Do not fill the database, only create its schema
 -h        Show a simple help message

SEE ALSO

beancounter(1), BeanCounter(1), update_beancounter(1)

AUTHOR

Dirk Eddelbuettel edd@debian.org
2010-06-13 perl v5.10.1