The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Finance::QuoteDB - User database tools based on Finance::Quote

VERSION

Version 0.00_51 pre-alpha

SYNOPSIS

Please take a look at script/fqdb which is the command-line frontend to Finance::QuoteDB.

METHODS

new

new({dsn=>$dsn})

createdb

createdb()

updatedb

updatedb()

updatedbMarketStock

updatedbMarketStock($market,\@stocks)

delstock

delstock($stocks)

addstock

addstock($market,$stocks)

schema

schema()

If necessary, creates a DBIx::Class::Schema and returns a reference to that DBIx::Class::Schema.

AUTHOR

Erik Colson, <eco at ecocode.net>

BUGS

Please report any bugs or feature requests to bug-finance-quotedb at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Finance-QuoteDB. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Finance::QuoteDB

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2008 Erik Colson, all rights reserved.

This file is part of Finance::QuoteDB.

Finance::QuoteDB is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Finance::QuoteDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Finance::QuoteDB. If not, see <http://www.gnu.org/licenses/>.