bricelam / bricelam.github.io

Highlighting some of my more technical adventures
bricelam.net
3 stars 2 forks source link

Schema Migrations in .NET #108

Open bricelam opened 1 week ago

bricelam commented 1 week ago
flowchart
    start((Start))
    start --> codeFirst
    codeFirst{Is domain model source of truth?}
    codeFirst -- yes --> EFCore
    codeFirst -- no --> sqlServer
    sqlServer{Microsoft SQL Server?}
    sqlServer -- yes --> dbproj
    sqlServer -- no, but I still want dbproj --> red-gate
    sqlServer -- no --> sql
    sql{Wanna write SQL?}
    sql -- yes --> DbUp
    sql -- no --> FluentMigrator