Hi mr. and mrs. CPAN
namespace guard,
i've would like to
submit a module (to CPAN), which constructs SQL statements via method calls
like:
my $sqlgen = new
SQL::Statement::Construct( bla =>, .. );
print $sqlgen->SELECT( '*', FROM => "", WHERE => ""
);
JWIED already
introduced the SQL::Statement module/namespace, but itīs module does only work
with existing
sql and does not
construct any ?!
Any comments before
i submit it so CPAN ?! SQL::GENERATOR seems to be a good alternativ
?!
Greetings,
Murat
Uenalan