SQL::Translator::Producer::SQLite - SQLite producer for SQL::Translator |
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 Y. Clark <kclark@cpan.org>.
SQL::Translator::Producer::SQLite - SQLite producer for SQL::Translator |