<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DbRefactor Blog</title>
    <description>News and articles about DbRefactor - an open source library for migrating your database</description>
    <link>http://dbrefactor.csharpus.com/rss.xml</link>
    <lastBuildDate>Wed, 15 Jul 2009 19:43:41 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>RSS.NET: http://www.rssdotnet.com/</generator>
    <item>
      <title>DbRefactor 2.0 preview</title>
      <description>&lt;p&gt;
We've made a release of DbRefactor preview. Please, take a look at Source/Example/Demonstration.cs file for current API version. This subject are to change in the nearest feature, but we aren't going to make big changes.
&lt;/p&gt;

&lt;p&gt;
To create a database migrations, just add a class library project to your visual studio solution, add a reference to DbRefactor.dll (you'l find it in dbrefactor package). Create a few migrations inspired by our Demonstration.cs file (but it is recommended to put each migration to separate file). Create a database in sql server. Then run dbrefactor.exe from command line similar to this:

&lt;code class="console"&gt;DbRefactor.exe SqlServer "Data Source=.\SQLExpress;Initial Catalog=database_name;Integrated Security=SSPI" ClassLibraryWithMigrations.dll
&lt;/code&gt;
&lt;/p&gt;

&lt;p&gt;
Quick start and manual are currently in development.
&lt;/p&gt;</description>
      <link>http://dbrefactor.csharpus.com/blog/2009/7/15/preview20/</link>
      <pubDate>Wed, 15 Jul 2009 19:43:41 GMT</pubDate>
    </item>
    <item>
      <title>DbRefactor status</title>
      <description>&lt;p&gt;
Currently we are refining DbRefactor to fully support fluent interface and finally release stable version.
&lt;/p&gt;</description>
      <link>http://dbrefactor.csharpus.com/blog/2009/6/17/refinement/</link>
      <pubDate>Wed, 17 Jun 2009 20:43:57 GMT</pubDate>
    </item>
  </channel>
</rss>