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

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.