DbUp
Описание
DbUp is a .NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
Языки
- C#99,9%
- Остальные0,1%
DbUp is a set of .NET libraries that helps you to deploy changes to different databases like SQL Server. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.
Documentation
To learn more about DbUp check out the documentation.
Build Status
| Package | Stable | Latest Stable | Issues | |
|---|---|---|---|---|
| Documentation | ||||
| DbUp-Core | ||||
| DbUp-SqlServer | ||||
| DbUp-MySql | ||||
| DbUp-SQLite | ||||
| DbUp-SQLite-Mono | ||||
| DbUp-PostgreSQL | ||||
| DbUp-Firebird | ||||
| DbUp-Oracle | ||||
| DbUp-Redshift | ||||
| DbUp-SqlAnywhere | ||||
| DbUp-SqlCe |
Extensions by the community
Maintenance and support for the extensions where not provided by the DbUp project. For questions and support on these extensions, please contact the project directly.
DbUpX
https://github.com/fiscaltec/DbUpX
Extensions to DbUp supporting easy filtering, ordering and versioning:
- a journaling system that stores hashes of script contents, so we know if they need to rerun,
- a concept of "dependency comments" in scripts that let you more easily control the ordering of scripts,
- protection against code reorganisation affecting long script names,
- utilities for sorting and filtering scripts in helpful ways.
Contributing
NuGet Feed
To build the providers, you will need to add the DbUp NuGet feed to your local machine. Do this by generating
a GitHub token with access and running:
dotnet nuget add source --name DbUp --username <YourUsername> --password <TheToken> https://nuget.pkg.github.com/DbUp/index.json