Skip to content

Commit

Permalink
put link to docs at top.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski committed Apr 6, 2020
1 parent 3f04ea7 commit 782e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FluentMigrator [![(License)](https://img.shields.io/github/license/fluentmigrator/fluentmigrator.svg)](https://github.com/fluentmigrator/fluentmigrator/blob/master/LICENSE.txt) [![Fluent-Migrator tag on Stack Overflow](https://img.shields.io/badge/stackoverflow-fluentmigrator-orange.svg)](https://stackoverflow.com/questions/tagged/fluent-migrator) [![NuGet downloads](https://img.shields.io/nuget/dt/FluentMigrator.svg)](https://www.nuget.org/packages/FluentMigrator/)
# FluentMigrator [![(License)](https://img.shields.io/github/license/fluentmigrator/fluentmigrator.svg)](https://github.com/fluentmigrator/fluentmigrator/blob/master/LICENSE.txt) [![FluentMigrator.GitHub.Io Docs](https://img.shields.io/badge/docs-fluentmigrator-blue.svg)](https://fluentmigrator.github.io) [![Fluent-Migrator tag on Stack Overflow](https://img.shields.io/badge/stackoverflow-fluentmigrator-orange.svg)](https://stackoverflow.com/questions/tagged/fluent-migrator) [![NuGet downloads](https://img.shields.io/nuget/dt/FluentMigrator.svg)](https://www.nuget.org/packages/FluentMigrator/)

[Fluent Migrator](https://github.com/fluentmigrator/fluentmigrator) 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.

Expand Down

0 comments on commit 782e12c

Please sign in to comment.