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::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.