The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.07
    - Various documentation fixes
    - ID stream optimization
    - use the new sqlt_deploy_callback
    - Don't use execute_array for DELETE
    - Explicitly call $schema->disconnect on destruction
    - Allow coderef in DBI DSN
    - Don't reuse DBIC's txn_do

0.06
    - Skip tests if SQL::Translator is missing

0.05
    - Use an update statement when an entry the 'prev' attribute, and insert
      otherwise.
    - Add a 'schema_hook' attribute, to allow modification of the cloned schema
      before connecting

0.04
    - Remove DBD::Pg usage (DBIC handles those parts now)

0.03
    - Switch to Serialize::Delegate
    - add 'create' attribute

0.02
    - Skip tests if DBD::SQLite is not available

0.01
    - Initial release