NAME

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

SYNOPSIS

use Daje::Workflow::GenerateSQL::Activity;

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.