Build Status Coverage Status

NAME

SQL::Translator::Producer::GoogleBigQuery - Google BigQuery specific producer for SQL::Translator

SYNOPSIS

use SQL::Translator;
use SQL::Translator::Producer::GoogleBigQuery;

my $t = SQL::Translator->new( parser => '...' );
$t->producer('GoogleBigQuery', outdir => './'); ## dump to ...
$t->translate;

DESCRIPTION

This module will produce text output of the schema suitable for Google BigQuery. It will be a '.json' file of BigQuery schema format.

ARGUMENTS

LICENSE

Copyright (C) karupanerura.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

karupanerura <karupa@cpan.org>