logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

setup_beancounter - Create and initialise BeanCounter databases

Author

       Dirk Eddelbuettel edd@debian.org

perl v5.32.1                                       2021-11-10                              SETUP_BEANCOUNTER(1p)

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.

Name

       setup_beancounter - Create and initialise BeanCounter databases

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)

Synopsis

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

See Also