SQL::Translator::Producer::SQLite.3pm

Langue: en

Version: 2008-03-11 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

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

AUTHOR

Ken Y. Clark <kclark@cpan.org>.