blazor-starter-kit
blazor-starter-kit copied to clipboard
Integrate to existing database
Great work here. Do you have any documentation on how to use this solution with an existing database? Thanks for your help.
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.
@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.