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

    DBIx::Result::Convert::JSONSchema::Default::MySQL - Mapping of MySQL field type lengths

VERSION

    0.01

SYNOPSIS

    use DBIx::Result::Convert::JSONSchema::Default::MySQL;
    my $lenght_map = DBIx::Result::Convert::JSONSchema::Default::MySQL->get_length_map;

DESCRIPTION

This module defines default field lengths of MySQL database field types.

get_length_map

Static method on class that returns field length mapping.

    my $lenght_map = DBIx::Result::Convert::JSONSchema::Default::MySQL->get_length_map;

AUTHOR

Valters Skrupskis - valters.skrupskis@humanstate.com

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. If you would like to contribute documentation or file a bug report then please raise an issue / pull request:

    https://github.com/Humanstate/p5-dbix-result-convert-jsonschema

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 70:

'=item' outside of any '=over'

Around line 80:

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