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

NAME

DBIx::Meld::Traits::ResultSet - Provides result sets to DBIx::Meld.

METHODS

resultset

    my $rs = $meld->resultset('users');

Given a table name, this method will return a new DBIx::Meld::ResultSet object.

AUTHOR

Aran Clary Deltac <bluefeet@gmail.com>

LICENSE

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