Search code examples
c#asp.net-coreasp.net-identity-3

IdentityDbContext on Sqlite


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.


Solution

  • 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.