The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::OverWatch::DB - Database connector base class

VERSION

version 0.007

NAME

App::OverWatch::DB - DB backend for App::OverWatch

new

Create an App::OverWatch::DB object.

type

Returns the DB type: mysql, postgres, sqlite.

dbix_run

Run a SQL command with DBIx::Connector run().

dbix_select

Run a SQL select with DBIx::Connector run().

AUTHOR

Chris Hughes <chrisjh@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Chris Hughes.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.