SQL::Translator::Producer::SQLite(3) 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.

AUTHOR

Ken Youens-Clark "<[email protected]>".

Diff code added by Ash Berlin "<[email protected]>".