perl-sql-translator
Manipulate structured data definitions (SQL and more)
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 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).
- Versions: 1.63
- Website: https://metacpan.org/release/SQL-Translator
- Licenses: GPL 1+
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of perl-sql-translator
as follows:
guix install perl-sql-translator
Or install a particular version:
guix install perl-sql-translator@1.63
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of perl-sql-translator about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-sql-translator'><img src='https://packages.guix.gnu.org/packages/perl-sql-translator/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/perl-sql-translator)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-sql-translator][https://packages.guix.gnu.org/packages/perl-sql-translator/badges/latest-version.svg]]