TheNephalim / fluentmigrator

Fluent Migrations framework for .net

Home Page:http://www.github.com/fluentmigrator/fluentmigrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FluentMigrator http://badge.fury.io/nu/fluentmigrator

Fluent Migrator is a migration framework for .NET much like Ruby on Rails Migrations. Migrations are a structured way to alter your database schema and are an alternative to creating lots of sql scripts that have to be run manually by every developer involved. Migrations solve the problem of evolving a database schema for multiple databases (for example, the developer's local database, the test database and the production database). Database schema changes are described in classes written in C# that can be checked into a version control system.

Project Info

Build Status

The build is generously hosted and run on the CodeBetter TeamCity infrastructure. Latest build status: TeamCity status

Our Mono build is hosted on Travis CI. Latest Mono build status: Travis CI status

Build instructions

Prerequisites

  • Ruby 2.2.4

Gems:

  • Rake 10.5.0
  • albacore
  • version_bumper

Creating the nuget packages

tools\NuGet.exe restore FluentMigrator.sln
rake nuget:create_nugets

This will also build the whole solution.

Powered by

ReSharper

Contributors

A long list of everyone that has contributed to FluentMigrator. Thanks for all the Pull Requests!

License

Apache 2 License

About

Fluent Migrations framework for .net

http://www.github.com/fluentmigrator/fluentmigrator

License:Apache License 2.0


Languages

Language:C# 99.7%Language:Ruby 0.3%Language:PowerShell 0.0%Language:Batchfile 0.0%