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::SQLite - SQLite producer for SQL::Translator

Author

       Ken Youens-Clark "<kclark@cpan.orgE>".

       Diff code added by Ash Berlin "<ash@cpan.org>".

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

Description

       This module will produce text output of the schema suitable for SQLite.

Name

       SQL::Translator::Producer::SQLite - SQLite producer for SQL::Translator

See Also

       SQL::Translator, http://www.sqlite.org/.

Synopsis

         use SQL::Translator;

         my $t = SQL::Translator->new( parser => '...', producer => 'SQLite' );
         $t->translate;

See Also