The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Mojo-DB-Connector

0.07 2020-02-05T04:06:43Z
    - Bump minimum List::Util version to 1.42 when unpairs was added.

0.06 2020-02-04T06:05:15Z
    - Bump minimum Mojolicious version to 7.55 when -role was added to fix tests. Should also fix $flag->can('new') in earlier versions of Mojo::Base.

0.05 2020-01-27T21:42:27Z
    - Return database as a string when defaulting from URL path.

0.04 2020-01-27T02:27:37Z
    - Add required methods to Mojo::DB::Connector::Role::Cache.
    - Add Mojo::DB::Connector::Base.

0.03 2020-01-26T22:29:07Z
    - Add database, options, and url attributes.
    - Require named parameters to new_connection.
    - Allow attributes to be overridden in new_connection.
    - Allow attributes to be derived from a URL.
    - Support appending, merging, and replacing options via Mojo::Parameters.

0.02 2020-01-26T17:13:27Z

    - Add env_prefix.

0.01 2020-01-26T01:24:29Z

    - original version