Group
Extension

Matches 1

Daje-Workflow-Database-Model ( J/JA/JANESKIL/Tools/Daje-Workflow-Database-Model-0.16.tar.gz, JANESKIL, 2025; MetaCPAN )
Daje-Workflow-Database-Model/lib/Daje/Workflow/Database/Model/Context.pm ( view source; MetaCPAN )
ow::Database::Model::Context;
use Mojo::Base -base, -signatures;
use v5.40;

use Mojo::JSON qw { to_json from_json };
use DBD::Pg ':pg_types';

# NAME
# ====
#
# Daje::Workflow::Database::Model::Conte
 0;
    if (defined $context and exists $context->{context}) {
        $context->{context} = from_json($context->{context});
    }
    return $context;
}

sub load_fk($self) {
    my $context = $self-
rom_json($context->{context});
    }
    return $context;
}

sub save($self, $context) {

    $context->{context_pkey} = 0 unless exists $context->{context_pkey};
    $context->{context} = to_json($co

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.