blazor-starter-kit icon indicating copy to clipboard operation
blazor-starter-kit copied to clipboard

Integrate to existing database

Open dMiracleMan opened this issue 4 years ago • 2 comments

Great work here. Do you have any documentation on how to use this solution with an existing database? Thanks for your help.

dMiracleMan avatar Sep 05 '21 14:09 dMiracleMan

What might work is adding a migration and the updating the database. When done pulling the database back to your project. However I am not sure if it will work so make sure you make a backup when you try this.

jeremiedevos avatar Sep 06 '21 08:09 jeremiedevos

@dMiracleMan have you tried using EF Core Power Tools by EricEJ?

This is the link to the repo.

https://github.com/ErikEJ/EFCorePowerTools

Do try it and let me if it works.

Regards.

gfo2007 avatar Oct 06 '21 15:10 gfo2007