Search code examples
continuous-integrationrakedbdeploy

Using DBDeploy.Net with Rake


We are trying to use DBDeploy.Net for managing our SQL Scripts in a .Net project. We also use a Rake script for automatic builds. I am unable to find any documentation on how to use DBDeploy.Net with Rake. Is there a nice way of getting DBDeploy working with Rake? (I don't want to create a NAnt script for DBDeploy and call that from Rake)


Solution

  • Does DbDeploy.net have a command line runner. If so check out the ExecTask from Albacore. If you have just started working with DbDeploy.net and are open to options have a look at FluentMigrator. It has a command line runner.