The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Daje::Workflow::GenerateSQL::Activity - It's to generate SQL from a json description

SYNOPSIS

my $object = $activity->{activity}->new(
context => $context,
db => $>db,
error => $error,
model => $model,
activity_data => $activity_data,
);
$object->process();

DESCRIPTION

Daje::Workflow::GenerateSQL::Activity is ...

REQUIRES

Config::Tiny

Daje::Tools::Datasections

Daje::Workflow::GenerateSQL::Manager::Sql

Mojo::Base

METHODS

process

process();

AUTHOR

janeskil1525 <janeskil1525@gmail.com>

LICENSE

Copyright (C) janeskil1525.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.