MakingSense / WebApiCore-Seed

MIT License
2 stars 5 forks source link

Remove SQL Server dependencies and use in-memory provider #16

Closed matiasbeckerle closed 6 years ago

matiasbeckerle commented 6 years ago

I've seen we are including an SQL Server dependency Microsoft.EntityFrameworkCore.SqlServer. We should not require a provider like that one for a startup project. If we need storage capabilities here, let's go for an in-memory provider.