SQL::Generator

SQL::Generator is a Perl module to generate SQL-statements with oo-perl.
Download

SQL::Generator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Murat Uenalan
  • Publisher web site:
  • http://search.cpan.org/~muenalan/Class-NiceApi-0.01.02/NiceApi.pm

SQL::Generator Tags


SQL::Generator Description

SQL::Generator is a Perl module to generate SQL-statements with oo-perl. SQL::Generator is a Perl module to generate SQL-statements with oo-perl.SYNOPSIS use SQL::Generator;With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI).Later you start writing your own functions for every statement and every sql-dialect (RDBMS use to have their own dialect extending the general SQL standard). This SQL::Generator module is an approach to have a flexible abstraction above the statement generation, which makes it easy to implement in your perl code. Its main purpose is to directly use perl variables/objects with SQL-like code. Requirements: · Perl


SQL::Generator Related Software