DOKK / manpages / debian 12 / libsql-translator-perl / SQL::Translator::Producer::SQLite.3pm.en
SQL::Translator::Producer::SQLite(3pm) User Contributed Perl Documentation SQL::Translator::Producer::SQLite(3pm)

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

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

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

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

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

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

2022-11-19 perl v5.36.0