logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stag-autotemplate.pl - Generates Stag SQL Templates files

Arguments

       -no_pp
           do not pre-process (the input is a stag schema, not a sample data file)

       -dir
           directory in which to write autogenerated templates

perl v5.36.0                                       2022-10-14                              STAG-AUTOTEMPLATE(1p)

Description

       Generates Stag SQL Templates files based on sample data or a stag-schema

       See the script

         stag-autoschema.pl

       for generating stag schemas from sample data

Name

       stag-autotemplate.pl - Generates Stag SQL Templates files

Synopsis

         stag-autotemplate.pl \
           -s my-schema-name -dir ./templates my-sample-data.xml

         stag-autotemplate.pl \
           -s my-schema-name -dir ./templates -no_pp my-stagschema.sxpr

See Also