2

I have been trying to use sqlite for IdentityDbContext with no luck, I am using .net core in macosx. I wonder if it's actually possible or if there is any example out there tried to search google with no luck.

1 Answers1

1

There is this example available, done on Mac OS with Asp.Net Identity, Sqlite:

http://benfoster.io/blog/aspnet-core-multi-tenancy-data-isolation-with-entity-framework

It starts from a sample MVC application using identity framework with SQLServer and then the author changes it to work with Sqlite.

Rui Martins
  • 126
  • 3