logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

UR::DataSource::CSV - Parent class for data sources using DBD::CSV

Description

       UR::DataSource::CSV is a subclass of UR::DataSource::RDBMS and can be used for interacting with CSV
       files.  Because of the limitations of the underlying modules (such as SQL::Statement only supporting one
       join at a time), this module is deprecated.

       UR::DataSource::File implements a non-SQL interface for data files, and is the proper way to use a file
       as a data source for class data.

perl v5.38.2                                       2024-06-15                           UR::DataSource::CSV(3pm)

Name

       UR::DataSource::CSV - Parent class for data sources using DBD::CSV

See Also