NAME
Mojo::DB::Connector::Base - Base role for DB Connectors
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
Mojo::DB::Connector::Role::ResultsRoles
Apply roles to Mojo database results from Mojo::DB::Connector connections.
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>