1SQL::Translator::ProducUesre:r:YCAoMnLt(r3i)buted Perl DSoQcLu:m:eTnrtaantsiloantor::Producer::YAML(3)
2
3
4
6 SQL::Translator::Producer::YAML - A YAML producer for SQL::Translator
7
9 use SQL::Translator;
10
11 my $translator = SQL::Translator->new(producer => 'YAML');
12
14 This module uses YAML to serialize a schema to a string so that it can
15 be saved to disk. Serializing a schema and then calling producers on
16 the stored can realize significant performance gains when parsing takes
17 a long time.
18
20 SQL::Translator, YAML, http://www.yaml.org/.
21
23 darren chamberlain <darren@cpan.org>, Ken Youens-Clark
24 <kclark@cpan.org>.
25
26
27
28perl v5.30.0 2019-07-26SQL::Translator::Producer::YAML(3)