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

NAME

Gideon::Meta::Attribute::Trait::DBI::Inflate::DateTime - Auto-inflate DateTime

VERSION

version 0.0.3

SYNOPSIS

package User;
use Gideon driver => 'DBI';
has created_at => (
is => 'rw',
isa => 'DateTime',
traits => [ 'Gideon::DBI::Column', 'Gideon::DBI::Inflate::DateTime' ]
);

DESCRIPTION

Automatically inflate and deflate DateTime columns when working with RDB

NAME

Gideon::Meta::Attribute::Trait::DBI::Inflate::DateTime

VERSION

version 0.0.3

ALIAS

Gideon::DBI::Inflate::DateTime

AUTHOR

Mariano Wahlmann, Gines Razanov

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Mariano Wahlmann, Gines Razanov.

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