sql::translator::producer::sqlite(3pm) debian man page | unix.com

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)

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 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)
Related Man Pages
sql::translator::parser::dbix::class(3) - mojave
sql::translator::parser::sqlite(3pm) - debian
sql::translator::producer::diagram(3pm) - debian
sql::translator::producer::sqlserver(3pm) - debian
sql::translator::producer::sybase(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results