Skip to content
ferventcoder edited this page Dec 13, 2012 · 4 revisions

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

How To Speed Up Your Development!