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


SQL-Translator documentation  | view source Contained in the SQL-Translator distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use SQL::Translator;

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

DESCRIPTION

Top

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

SEE ALSO

Top

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

AUTHOR

Top

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

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


SQL-Translator documentation  | view source Contained in the SQL-Translator distribution.