- I have created the package which aims to allow DataStorage to be initialized & destroyed in a similar manner to how EF Core initialization works.
- Supports SQL Server, SQLite and SQLite InMemory.
PM> Install-Package Database.Initialization
> dotnet add package Database.Initialization