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

NAME

KiokuDB::Cmd::WithDSN::Write - Read/write access to a DSN

SYNOPSIS

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

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

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

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

        $self->backend;
    };

DESCRIPTION

This role provides normal access to a database.

ATTRIBUTES

dsn

Command line attr.

backend

Contains the composed connection.