simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
682 stars 90 forks source link

Can you provide a non-Entity Framework ORM, e.g. one that uses SqlSugar? #744

Closed landonzeng closed 1 month ago

landonzeng commented 1 month ago

Is it possible to provide an ORM that is not Entity Framework, e.g. one that uses SqlSugar, as the current project uses the SqlSugar ORM framework in all places?

simpleidserver commented 1 month ago

Hello,

It is possible to consider using another ORM such as SqlSugar. We will be developing a new NuGet Package to support this ORM in release 5.0.0.

Best regards,

SID

landonzeng commented 1 month ago

Hello,

It is possible to consider using another ORM such as SqlSugar. We will be developing a new NuGet Package to support this ORM in release 5.0.0.

Best regards,

SID

Great, thanks for your support in later releases, mainly SqlSugar has been a great help to me in my projects!

simpleidserver commented 1 month ago

@landonzeng : I've finished making the modifications in the master branch to support other ORMs such as SQL SUGAR. You can find a working version in this sample project: https://github.com/simpleidserver/SimpleIdServer/tree/master/src/IdServer/SimpleIdServer.IdServer.SqlSugar.Startup

KR,

SID

landonzeng commented 4 weeks ago

@landonzeng : I've finished making the modifications in the master branch to support other ORMs such as SQL SUGAR. You can find a working version in this sample project: https://github.com/simpleidserver/SimpleIdServer/tree/master/src/IdServer/SimpleIdServer.IdServer.SqlSugar.Startup

KR,

SID

It's perfect. Thank you very much.