Currently, the migration for the database has to be done manually. It would be nice if a BackgroundService does the initial database setup (instead of Database.EnsureCreated) and migration.
For starters, this could be an "SQL" only thing and incrementally also supported for RavenDB, if anyone uses this.
Currently, the migration for the database has to be done manually. It would be nice if a
BackgroundServicedoes the initial database setup (instead ofDatabase.EnsureCreated) and migration.For starters, this could be an "SQL" only thing and incrementally also supported for RavenDB, if anyone uses this.