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

NAME

Mojo::DB::Connector::Base - Base role for DB Connectors

STATUS

Coverage Status

SYNOPSIS

  package MyDBConnector;

  with 'Mojo::DB::Connector::Base';

  # hack hack hack...

DESCRIPTION

Mojo::DB::Connector::Base is the base role for all of the functionality in Mojo::DB::Connector. See Mojo::DB::Connector for documentation.

SEE ALSO

LICENSE

This software is copyright (c) 2020 by Adam Hopkins

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

AUTHOR

Adam Hopkins <srchulo@cpan.org>