wosledon / Soda.Migrations

ef core;migrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soda.Migration

DbContext需要继承自ISodaMigrationDbContext, 主要为了显式EFMigrationHistory.

使用AddSodaMigration可以使用ISodaMigrationService<TDbContext>服务, 用来操作迁移.

builder.Service.AddSodaMigration<TDbContext>();

UseSodaMigration为自动迁移, 如果不需要, 可以不写该代码.

builder.Service.UseSodaMigration<TDbContext>();

About

ef core;migrations

License:MIT License


Languages

Language:C# 100.0%