bricelam / EFCore.VisualStudio

Entity Framework Core Tools for Visual Studio
3 stars 0 forks source link

View Model DDL #5

Open bricelam opened 8 years ago

bricelam commented 8 years ago

The code to do this is in aspnet/EntityFramework#2943

bricelam commented 7 years ago

I wonder if there are any interesting ways to hand this off to a Database Project...

ErikEJ commented 6 years ago

This is included in EF Core Power Tools.

A database project can import a script - is that what you are referring to?

bricelam commented 6 years ago

is that what you are referring to?

No idea. 😄 Maybe merge it into a project via schema diff, or display a diagram? Just wanted to think about anything compelling you might want to do with it that we could automate.

ErikEJ commented 6 years ago

Build a dacpac or database project from the script ? :smile:

bricelam commented 6 years ago

That's compelling! I have an EF project and I want to start managing the database using a database project. Create a database project from the model then use your dacpac reveng package + update model from database going forward.