Sqlite 上的 IdentityDbContext
IdentityDbContext on Sqlite
我一直在尝试将 sqlite 用于 IdentityDbContext 但没有成功,我在 macosx 中使用 .net 核心。我想知道这是否真的可能,或者是否有任何示例尝试搜索 google 但没有成功。
有可用的示例,在 Mac OS 上使用 Asp.Net 身份完成,Sqlite:
http://benfoster.io/blog/aspnet-core-multi-tenancy-data-isolation-with-entity-framework
它从使用身份框架和 SQLServer 的示例 MVC 应用程序开始,然后作者将其更改为使用 Sqlite。
我一直在尝试将 sqlite 用于 IdentityDbContext 但没有成功,我在 macosx 中使用 .net 核心。我想知道这是否真的可能,或者是否有任何示例尝试搜索 google 但没有成功。
有可用的示例,在 Mac OS 上使用 Asp.Net 身份完成,Sqlite:
http://benfoster.io/blog/aspnet-core-multi-tenancy-data-isolation-with-entity-framework
它从使用身份框架和 SQLServer 的示例 MVC 应用程序开始,然后作者将其更改为使用 Sqlite。