I hereby claim:
- I am jar-o on github.
- I am jarobson (https://keybase.io/jarobson) on keybase.
- I have a public key whose fingerprint is 5967 9910 54FA A42E B82F 480A CCA6 11BB 4974 1C62
To claim this, I am signing this object:
package A::Moose::Role::ToSql; | |
use Moose::Role; | |
use JSON; | |
sub sql_table { | |
my $self = shift; | |
my %ok_types = ( | |
Str => 'character varying(255)', | |
Int => 'integer', |
I hereby claim:
To claim this, I am signing this object:
=pod | |
Put this is in the module in which you want to see SQL: | |
use DBIxOut; | |
my $dbout = DBIxOut->new(); | |
$dbout->enable_from_rs($resultset); | |
# OR | |