NAME
App::RPi::EnvUI::DB - Database manager for App::RPi::EnvUI environment control sysytem
SYNOPSIS use App::RPi::EnvUI::DB;
my $db = App::RPi::EnvUI::DB->new;
$db->method(@args);
DESCRIPTION
This is the database interaction class for App::RPi::EnvUI. It abstracts away the database work from the API and the webapp itself.
METHODS
new
Returns a new App::RPi::EnvUI::DB
object.
AUTHOR
Steve Bertrand, <steveb@cpan.org<gt>
LICENSE AND COPYRIGHT
Copyright 2016 Steve Bertrand.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.