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.

ATTRIBUTES

  • separator. The charactor used to separate (delimit) SQL Statements in the file. Defaults to ; (a semi-colon)

METHODS

process_script

Returns a list of SQL statements after parsing the supplied script