The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.