NAME

App::dbitemplater - A utility for running a SQL query via DBI and using the output in a template.

VERSION

Version 0.0.1

SYNOPSIS

use App::dbitemplater;
use YAML::XS;
use File::Slurp;

$config=Load(read_file('/usr/local/etc/dbitemplater.yaml'));

my $dbitemplater = App::dbitemplater->new($config);

$dbitemplater->process;

METHODS

new

Initiates the object.

A hash reference is required. The contents should be the config. See the docs for dbitemplater for the config.

process

Connects, run the query, and processes the templates.

AUTHOR

Zane C. Bowers-Hadley, <vvelox at vvelox.net>

BUGS

Please report any bugs or feature requests to bug-app-dbitemplater at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-dbitemplater. 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 App::dbitemplater

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2025 by Zane C. Bowers-Hadley.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007