adamfoneil / ModelSync

A C# model class and database schema comparison, SQL diff scripting library
MIT License
6 stars 2 forks source link

db-to-db improvements #16

Open adamfoneil opened 2 years ago

adamfoneil commented 2 years ago

Current functionality is aimed at syncing C# models to databases, meaning it covers things that have C# representations. The point of this issue is to close some feature gaps when migrating databases, namely adding support for database-specific objects:

Work is sort of in progress on db-to-db-improvements branch.