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::DBI::Report - a database report interface

Description

       This module is a reporting interface which takes SQL queries in a variety of forms and prints their
       results with formatting options.

perl v5.38.2                                       2024-06-15                               UR::DBI::Report(3pm)

Name

       UR::DBI::Report - a database report interface

Synopsis

         ##- use UR::DBI::Report;
         UR::DBI::Report->use_standard_cmdline_options();
         UR::DBI::Report->generate(sql => \@ARGV);

See Also