NAME
DBIx::Meld::Traits::ResultSet - Provides resultsets 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.