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

Yancy::Backend::MojoDB - Abstract base class for drivers based on Mojo DB drivers

VERSION

version 1.088

SYNOPSIS

    package Yancy::Backend::RDBMS;
    use Mojo::Base 'Yancy::Backend::MojoDB';

DESCRIPTION

This is an abstract base class for the Mojo database drivers:

SEE ALSO

Yancy::Backend::Role::DBI, Yancy::Backend

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Doug Bell.

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

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 365:

=over should be: '=over' or '=over positive_number'

Around line 371:

You forgot a '=back' before '=head1'