The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:SQL-Translator KCLARK"

sqlt - convert SQL schema using SQL::Translator River stage three • 118 direct dependents • 266 total dependents

This script is part of the SQL Fairy project. It will try to convert any source file for which it has a grammar into any format for which it has a producer. If using "show-warnings," be sure to redirect STDERR to a separate file. In bash, you could d...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

sqlt-diff - find the differences b/w two schemas River stage three • 118 direct dependents • 266 total dependents

sqlt-diff is a utility for creating a file of SQL commands necessary to transform the first schema provided to the second. While not yet exhaustive in its ability to mutate the entire schema, it will report the following * New tables Using the Produc...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

sqlt-diff - find the differences b/w two schemas River stage three • 118 direct dependents • 266 total dependents

sqlt-diff is a utility for creating a file of SQL commands necessary to transform the first schema provided to the second. While not yet exhaustive in its ability to mutate the entire schema, it will report the following * New tables Using the Produc...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

sqlt-graph - Automatically create a graph from a database schema River stage three • 118 direct dependents • 266 total dependents

This script will create a graph of your schema. Only the database driver argument (for SQL::Translator) is required. If no output file name is given, then image will be printed to STDOUT, so you should redirect the output into a file. The default act...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

sqlt-dumper - create a dumper script from a schema River stage three • 118 direct dependents • 266 total dependents

This script uses SQL::Translator to parse the SQL schema and create a Perl script that can connect to the database and dump the data as INSERT statements (a la mysqldump) or MySQL's LOAD FILE syntax. You may specify tables to "skip" (also using a "sk...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

sqlt-diagram - Automatically create a diagram from a database schema River stage three • 118 direct dependents • 266 total dependents

This script will create a picture of your schema. Only the database driver argument (for SQL::Translator) is required. If no output file name is given, then image will be printed to STDOUT, so you should redirect the output into a file. The default a...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Utils - SQL::Translator Utility functions River stage three • 118 direct dependents • 266 total dependents

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser - describes how to write a parser River stage three • 118 direct dependents • 266 total dependents

Parser modules that get invoked by SQL::Translator need to implement a single function: parse. This function will be called by the SQL::Translator instance as $class::parse($tr, $data_as_string), where $tr is a SQL::Translator instance. Other than th...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Schema - SQL::Translator schema object River stage three • 118 direct dependents • 266 total dependents

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Manual - sqlfairy user manual River stage three • 118 direct dependents • 266 total dependents

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Producer - describes how to write a producer River stage three • 118 direct dependents • 266 total dependents

Producer modules designed to be used with SQL::Translator need to implement a single function, called produce. produce will be called with the SQL::Translator object from which it is expected to retrieve the SQL::Translator::Schema object which has b...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::XML - Alias to XML::SQLFairy parser River stage three • 118 direct dependents • 266 total dependents

This module is an alias to the XML::SQLFairy parser....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::xSV - parser for arbitrarily delimited text files River stage three • 118 direct dependents • 266 total dependents

Parses arbitrarily delimited text files. See the Text::RecordParser manpage for arguments on how to parse the file (e.g., "field_separator", "record_separator"). Other arguments include:...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::DBI - "parser" for DBI handles River stage three • 118 direct dependents • 266 total dependents

This parser accepts an open database handle (or the arguments to create one) and queries the database directly for the information. The following are acceptable arguments: * dbh An open DBI database handle. NB: Be sure to create the database with the...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::YAML - Parse a YAML representation of a schema River stage three • 118 direct dependents • 266 total dependents

"SQL::Translator::Parser::YAML" parses a schema serialized with YAML....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::JSON - Parse a JSON representation of a schema River stage three • 118 direct dependents • 266 total dependents

"SQL::Translator::Parser::JSON" parses a schema serialized with JSON....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Schema::View - SQL::Translator view object River stage three • 118 direct dependents • 266 total dependents

"SQL::Translator::Schema::View" is the view object....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Producer::XML - Alias to XML::SQLFairy producer River stage three • 118 direct dependents • 266 total dependents

Previous versions of SQL::Translator included an XML producer, but the namespace has since been further subdivided. Therefore, this module is now just an alias to the XML::SQLFairy producer....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Parser::Excel - parser for Excel River stage three • 118 direct dependents • 266 total dependents

Parses an Excel spreadsheet file using Spreadsheet::ParseExcel....

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC

SQL::Translator::Producer::POD - POD producer for SQL::Translator River stage three • 118 direct dependents • 266 total dependents

Creates a POD description of each table, field, index, and constraint. A good starting point for text documentation of a schema. You can easily convert the output to HTML or text using "perldoc" or other interesting formats using Pod::POM or Template...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC
48 results (0.027 seconds)