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 DARREN"

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

Test::SQL::Translator - Test::More test functions for the Schema objects. River stage three • 118 direct dependents • 266 total dependents

Provides a set of Test::More tests for Schema objects. Testing a parsed schema is then as easy as writing a perl data structure describing how you expect the schema to look. Also provides "maybe_plan" for conditionally running tests based on their de...

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::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::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::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::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::JSON - A JSON producer for SQL::Translator River stage three • 118 direct dependents • 266 total dependents

This module serializes a schema to a JSON string....

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

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

This module uses YAML to serialize a schema to a string so that it can be saved to disk. Serializing a schema and then calling producers on the stored can realize significant performance gains when parsing takes a long time....

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

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

Creates an HTML document describing the tables. The HTML produced is composed of a number of tables: Links A link table sits at the top of the output, and contains anchored links to elements in the rest of the document. If the *nolinktable* producer ...

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

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

This module will produce text output of the schema suitable for MySQL. There are still some issues to be worked out with syntax differences between MySQL versions 3 and 4 ("SET foreign_key_checks," character sets for fields, etc.)....

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

SQL::Translator::Producer::XML::SQLFairy - SQLFairy's default XML format River stage three • 118 direct dependents • 266 total dependents

Creates XML output of a schema, in the flavor of XML used natively by the SQLFairy project (SQL::Translator). This format is detailed here. The XML lives in the "http://sqlfairy.sourceforge.net/sqlfairy.xml" namespace. With a root element of <schema>...

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