An open API service indexing awesome lists of open source software.

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.

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/) | [![Sean.Core.DbMigrator](https://img.shields.io/nuget/v/Sean.Core.DbMigrator.svg)](https://www.nuget.org/packages/Sean.Core.DbMigrator/) | [![Sean.Core.DbMigrator](https://img.shields.io/nuget/vpre/Sean.Core.DbMigrator.svg)](https://www.nuget.org/packages/Sean.Core.DbMigrator/) | [![Sean.Core.DbMigrator](https://img.shields.io/nuget/dt/Sean.Core.DbMigrator.svg)](https://www.nuget.org/packages/Sean.Core.DbMigrator/) |