NAME
App::FTNDB - Administration of SQL databases for Fidonet/FTN processing.
VERSION
Version 0.39
DESCRIPTION
This is the top level Perl extension for the administration of databases for Fidonet/FTN related processing. The SQL database engine is one for which a DBD module exists, defaulting to SQLite.
CONFIGURATION
See App::FTNDB::Config for information about configuration of the application.
EXAMPLES
Given that $CFGFILE is a configuration file, the following command line can be used to drop an FTN database table FTNTable:
ftndbadm -c $CFGFILE -v drop table FTNTable
AUTHOR
Robert James Clay, <jame at rocasa.us>
BUGS
Please report any bugs or feature requests via the web interface at https://sourceforge.net/p/ftnpl/ftndb/tickets/. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
Note that you can also report any bugs or feature requests to bug-ftndb at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ftndb; however, the ftndb Issue tracker is preferred.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc App::FTNDB
You can also look for information at:
FTN Database application issue tracker
RT: CPAN's request tracker
Search CPAN
SEE ALSO
L<ftndbadm>, L<ftndb-admim>, L<ftndb-nodelist>, L<App::FTNDB>, L<App::FTNDB::Command::create>,
L<App::FTNDB::Command::drop>, L<App::FTNDB::Nodelist>, L<FTN::Database>, L<FTN::Database::Nodelist>
COPYRIGHT & LICENSE
Copyright 2012-2013 Robert James Clay, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.