< Home - < Back

perl-SQL-Translator


Information about the package, perl-SQL-Translator, which is shipped with common Linux distributions. The perl-SQL-Translator package is designed for, Manipulate structured data definitions (SQL and more).


Package Name:

perl-SQL-Translator

Summary:

Manipulate structured data definitions (SQL and more)

Description:

SQL::Translator is a group of Perl modules that converts vendor-specific SQL table definitions into other formats, such as other vendor-specific SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI classes. The main focus of SQL::Translator is SQL, but parsers exist for other structured data formats, including Excel spreadsheets and arbitrarily delimited text files. Through the separation of the code into parsers and producers with an object model in between, it’s possible to combine any parser with any producer, to plug in custom parsers or producers, or to manipulate the parsed data via the built-in object model. Presently only the definition parts of SQL are handled (CREATE, ALTER), not the manipulation of data (INSERT, UPDATE, DELETE).

Architecture:

noarch

Version:

0.11006

Release:

1.el6

Size:

458 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for perl-SQL-Translator


Control the perl-SQL-Translator package with the following handy commands outlined below.


Command

Description of Command

yum install perl-SQL-Translator

This command will install perl-SQL-Translator on the server.

yum remove perl-SQL-Translator

This command will un-install perl-SQL-Translator on the server. When you run this command, you will be asked if you are sure that you want to remove perl-SQL-Translator, so you have to manually confirm that you want to do this.

yum -y remove perl-SQL-Translator

This command will un-install perl-SQL-Translator on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-SQL-Translator when using the -y flag.

yum update perl-SQL-Translator

This command will update perl-SQL-Translator to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-SQL-Translator, so you have to manually confirm that you want to do this.

yum -y update perl-SQL-Translator

This command will update perl-SQL-Translator to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-SQL-Translator when using the -y flag.

yum info perl-SQL-Translator

This command will show you core information about the perl-SQL-Translator package.

yum deplist perl-SQL-Translator

This command will show you the dependencies for perl-SQL-Translator. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-SQL-Translator

This command will check if there is an update waiting on perl-SQL-Translator. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.