Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

DNM library that can be embedded in your application to run migrations #15

Open
jpoehls opened this issue Aug 21, 2010 · 0 comments
Open
Labels

Comments

@jpoehls
Copy link
Owner

jpoehls commented Aug 21, 2010

The focus would be on making a library that could be referenced by an ASP.NET (or other) application. At the least, this library needs a public Migrate(string connectionString, string migrationsFolder) function that can be called to run migrations on the given database.

Use case would be a web application that auto-upgrades the database in the OnApplicationStart global.asax event.

This would greatly simplify deployments by removing the database update step. Just deploy the code and you're done.

This would be safer after the 'test' command has been created so that migration testing could be integrated into the CI tests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant