Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
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.