1SQL::Translator::ProducUesre:r:SCQoLnittrei(b3u)ted PerlSQDLo:c:uTmreanntsaltaitoonr::Producer::SQLite(3)
2
3
4
6 SQL::Translator::Producer::SQLite - SQLite producer for SQL::Translator
7
9 use SQL::Translator;
10
11 my $t = SQL::Translator->new( parser => '...', producer => 'SQLite' );
12 $t->translate;
13
15 This module will produce text output of the schema suitable for SQLite.
16
18 SQL::Translator, http://www.sqlite.org/.
19
21 Ken Y. Clark <kclark@cpan.org>.
22
23
24
25perl v5.8.8 2007-10-2S4QL::Translator::Producer::SQLite(3)