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

NAME

DBIx::VersionedDDL::Plugin::DefaultScriptProcessor - default plugin to process version scripts.

Plugins are required to provide a method process_script which takes path to version script as an argument and returns a list of SQL statements.

METHODS

process_script

Returns a list of SQL statements after parsing the supplied script