Man Page: sql::translator::producer::sqlite
Operating Environment: debian
Section: 3pm
SQL::Translator::Producer::SQLite(3pm) User Contributed Perl Documentation SQL::Translator::Producer::SQLite(3pm)NAMESQL::Translator::Producer::SQLite - SQLite producer for SQL::TranslatorSYNOPSISuse SQL::Translator; my $t = SQL::Translator->new( parser => '...', producer => 'SQLite' ); $t->translate;DESCRIPTIONThis module will produce text output of the schema suitable for SQLite.SEE ALSOSQL::Translator, http://www.sqlite.org/.AUTHORKen Youens-Clark "<kclark@cpan.orgE>". Diff code added by Ash Berlin "<ash@cpan.org>". perl v5.14.2 2012-05-01 SQL::Translator::Producer::SQLite(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |