-
Notifications
You must be signed in to change notification settings - Fork 247
RefreshDatabase
ferventcoder edited this page Dec 13, 2012
·
4 revisions
Refresh Database allows you to keep your codebase synced up with your local development database. It allows you to quickly generate SQL scripts to check in when you do have changes.
RefreshDatabase currently comes in two flavors, EF (EntityFramework) and NH (NHibernate).
NOTE: It can work with any Migration Framework that can output migration changes to SQL. A small amount of code will just need to be written to get the output.
- Refresh Database Workflow Video - See it in action!
- Refresh Database Blog post