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

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

VERSION

version 0.1

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.