RefreshDatabase - erikbra/roundhouse GitHub Wiki
Refresh Database
Introduction
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.
Videos/Posts
- Refresh Database Workflow Video - See it in action!
- Refresh Database Blog post