NAME

    Footprintless::Database::DatabasePlugin - A Footprintless plugin for
    working with databases

VERSION

    version 0.01

DESCRIPTION

    Provides the db factory method to the framework as well as the db
    command to the CLI.

METHODS

 db($footprintless, $coordinate, %options)

    Returns a new database provider instance. See
    Footprintless::Database::AbstractProvider.

 db_command_helper()

    Returns a new command helper for the db command. See
    Footprintless::Database::DefaultCommandHelper.

AUTHOR

    Lucas Theisen <lucastheisen@pastdev.com>

COPYRIGHT AND LICENSE

    This software is copyright (c) 2016 by Lucas Theisen.

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

SEE ALSO

    Please see those modules/websites for more information related to this
    module.

      * DBI

      * Footprintless

      * Footprintless::MixableBase

      * Footprintless::Database::DatabasePlugin

      * Footprintless::Database::AbstractProvider

      * Footprintless::Database::CsvProvider

      * Footprintless::Database::DefaultCommandHelper

      * Footprintless::Database::MySqlProvider

      * Footprintless::Database::PostgreSqlProvider