The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

KiokuDB::Cmd::WithDSN::Read - Readonly access to a DSN

SYNOPSIS

    package KiokuDB::Cmd::Command::Blort;
    use Moose;

    extends qw(KiokuDB::Cmd::Base);

    with qw(KiokuDB::Cmd::WithDSN::Read);

    augment run => sub {
        my $self = shift;

        $self->backend;
    };

DESCRIPTION

This role provides readonly access to a database.

ATTRIBUTES

dsn

Command line attr.

backend

Contains the composed connection.