Monorail 0.2
Files
- Changes
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README
- TODO
- bin/startup-monorail
- dist.ini
- lib/Monorail.pm
- lib/Monorail/Bootstrapper.pm
- lib/Monorail/Change/AddField.pm
- lib/Monorail/Change/AlterField.pm
- lib/Monorail/Change/AlterView.pm
- lib/Monorail/Change/CreateConstraint.pm
- lib/Monorail/Change/CreateIndex.pm
- lib/Monorail/Change/CreateTable.pm
- lib/Monorail/Change/CreateView.pm
- lib/Monorail/Change/DropConstraint.pm
- lib/Monorail/Change/DropField.pm
- lib/Monorail/Change/DropTable.pm
- lib/Monorail/Change/DropView.pm
- lib/Monorail/Change/RenameTable.pm
- lib/Monorail/Change/RunPerl.pm
- lib/Monorail/Diff.pm
- lib/Monorail/MigrationScript.pm
- lib/Monorail/MigrationScript/Set.pm
- lib/Monorail/MigrationScript/Writer.pm
- lib/Monorail/Recorder.pm
- lib/Monorail/Recorder/monorail_resultset.pm
- lib/Monorail/Role/Change.pm
- lib/Monorail/Role/Change/StandardSQL.pm
- lib/Monorail/Role/Migration.pm
- lib/Monorail/SQLTrans/Diff.pm
- lib/Monorail/SQLTrans/Producer/PostgreSQL.pm
- lib/Monorail/SQLTrans/ProducerProxy.pm
- lib/SQL/Translator/Producer/Monorail.pm
- t/author-pod-syntax.t
- t/bootstrapper.t
- t/change/add_field.t
- t/change/alter_field.t
- t/change/alter_view.t
- t/change/create_constraint.t
- t/change/create_index.t
- t/change/create_table.t
- t/change/create_view.t
- t/change/drop_constraint.t
- t/change/drop_field.t
- t/change/drop_table.t
- t/change/drop_view.t
- t/change/rename_table.t
- t/change/run_perl.t
- t/diff.t
- t/migration_script.t
- t/migration_script/set.t
- t/migration_script/writer.t
- t/monorail.t
- t/recorder.t
- t/renames.t
- t/role/change.t
- t/role/change/standard_sql.t
- t/role/migration.t
- t/sql_trans/producer_proxy.t
- t/sql_trans_producer.t
- t/test-data/dbix-schema/My/Schema.pm
- t/test-data/dbix-schema/My/Schema/Result/album.pm
- t/test-data/invalid-migrations/empty.pl
- t/test-data/invalid-migrations/no_role.pl
- t/test-data/invalid-migrations/syntax.pl
- t/test-data/rename-migration/lib/My/Schema/Result/album.pm
- t/test-data/renames/lib/My/Schema.pm
- t/test-data/renames/lib/My/Schema/Result/album.pm
- t/test-data/renames/migrations/0001_auto.pl
- t/test-data/valid-migrations/0001_auto.pl
- t/test-data/valid-migrations/0002_auto.pl