DBIx-Class-ProxyTable
view release on metacpan or search on metacpan
lib/DBIx/Class/ProxyTable.pm view on Meta::CPAN
or
$schema->proxy('Log')->table('log2')->create({id => 1, body => 'hoge'});
or
$schema->resultset('Log')->proxy_to('log2')->create({id => 1, body => 'hoge'});
any more idea?
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
=head1 AUTHOR
Atsushi Kobayashi C<< <nekokak __at__ gmail.com> >>
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2007, Atsushi Kobayashi C<< <nekokak __at__ gmail.com> >>. All rights reserved.
( run in 0.248 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )