fluentmigrator
https://github.com/schambers/fluentmigrator
C#
Fluent Migrations framework for .net
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C# not yet supported17 Subscribers
Add a CodeTriage badge to fluentmigrator
Help out
- Issues
- Allow adding columns that are foreign keys in SQLite using fluent syntax
- NullsDistinct semantics are inverted between the Postgres 15 generator and the Postgres <=14 / SQL Server 2008 emulation
- Fix #2353: only strip known literal prefixes in the FM0002 code fix
- Fix #2291: provider-agnostic NULL semantics for unique indexes
- [WIP] Fix $(name) to render portable SQL datetime literal
- Add VersionInfo creation to connectionless previews
- Add pluggable application locking for concurrent migration runners
- AdditionalDescriptions feature should support `AlterTableExpression`, `CreateColumnExpression`, and `AlterColumnExpression`.
- `SqlServerProcessor` / `Db2Processor` declare `public new IQuoter Quoter`, but the shadowing property and the generator resolve the same scoped instance, so the paths agree across every registration
- ExpandOverEnclosingQuotes currently walks left over any alphanumeric/underscore
- Docs
- C# not yet supported