with 'Articulate::Role::Component';
with 'Articulate::Role::Storage';
use Articulate::Syntax;
use JSON;
use Scalar::Util qw(blessed);
=head1 NAME
Articulate::Content::DBIC::Simple - store your conte
Schema::Result::Articulate::Item>,
and rows contain meta, content and location. Meta is stored in JSON.
It is left up to the application, not the database to maintain
referential integrity (although
lf->construction->construct(
{
location => $dbic_item->location,
meta => from_json( $dbic_item->meta ),
content => $dbic_item->content,
}
);
}
sub real_to_dbic { # in