Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
landonzeng opened this issue May 9, 2024 · 4 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@landonzeng
Copy link

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 simpleidserver self-assigned this May 9, 2024
@simpleidserver simpleidserver added the enhancement New feature or request label May 9, 2024
@simpleidserver simpleidserver moved this to Todo in Release 5.0.0 May 9, 2024
@simpleidserver
Copy link
Owner

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

@simpleidserver simpleidserver moved this from Todo to In Progress in Release 5.0.0 May 9, 2024
@simpleidserver simpleidserver moved this from In Progress to Todo in Release 5.0.0 May 9, 2024
@landonzeng
Copy link
Author

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!

@github-project-automation github-project-automation bot moved this from Todo to Done in Release 5.0.0 May 10, 2024
@simpleidserver simpleidserver moved this from Done to Todo in Release 5.0.0 May 11, 2024
@simpleidserver simpleidserver moved this from Todo to In Progress in Release 5.0.0 May 11, 2024
thabart added a commit that referenced this issue May 27, 2024
@simpleidserver simpleidserver moved this from In Progress to Done in Release 5.0.0 May 29, 2024
@simpleidserver
Copy link
Owner

@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
Copy link
Author

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

@landonzeng landonzeng closed this as not planned Won't fix, can't repro, duplicate, stale Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants