https://github.com/sean-lu/dbmigrator
Database migration framework.
https://github.com/sean-lu/dbmigrator
database migration sql
Last synced: 3 months ago
JSON representation
Database migration framework.
- Host: GitHub
- URL: https://github.com/sean-lu/dbmigrator
- Owner: Sean-Lu
- License: mit
- Created: 2023-05-06T06:56:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-24T07:59:01.000Z (3 months ago)
- Last Synced: 2026-03-25T09:42:44.145Z (3 months ago)
- Topics: database, migration, sql
- Language: C#
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🌈 简介
> 在日常开发中,数据库结构变更是最常见的需求:比如今天要新增一张表,明天可能要新增几个字段,后天也许要加个索引。
>
> 数据库迁移 (Migration) 就是为了解决了这样一个问题:`DbMigrator` 是一种用于管理数据库结构变更的通用框架,它允许开发者通过编写SQL语句或编写代码来定义数据库的修改操作。
>
> 类似框架:[Flyway](https://github.com/flyway/flyway)、[FluentMigrator](https://github.com/fluentmigrator/fluentmigrator)
## ⭐ 开源
- GitHub: https://github.com/Sean-Lu/DbMigrator
- Gitee: https://gitee.com/Sean-Lu/DbMigrator
## 💖 Nuget Packages
| Package | NuGet Stable | NuGet Pre-release | Downloads |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| [Sean.Core.DbMigrator](https://www.nuget.org/packages/Sean.Core.DbMigrator/) | [](https://www.nuget.org/packages/Sean.Core.DbMigrator/) | [](https://www.nuget.org/packages/Sean.Core.DbMigrator/) | [](https://www.nuget.org/packages/Sean.Core.DbMigrator/) |