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

SQL::Translator::Producer::DB2 - DB2 SQL producer

Description

       Creates an SQL DDL suitable for DB2.

perl v5.40.0                                       2024-11-23                SQL::Translator::Producer::DB2(3pm)

Name

       SQL::Translator::Producer::DB2 - DB2 SQL producer

Synopsis

         use SQL::Translator;

         my $t = SQL::Translator->new( parser => '...', producer => 'DB2' );
         print $translator->translate( $file );

See Also