Release v17.19.0
Added
- When using
.UseDatabaseFromConnectionString()or methods that configure an EntityFramework DbContext from connection string, it will not for Sqlite ensure that the path exists. This allows you to have a path with a directory that does not necessarily exist and it will create it automatically.