-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Comments
Hello, It is possible to consider using another ORM such as SqlSugar. Best regards, SID |
Great, thanks for your support in later releases, mainly SqlSugar has been a great help to me in my projects! |
@landonzeng : I've finished making the modifications in the master branch to support other ORMs such as SQL SUGAR. KR, SID |
It's perfect. Thank you very much. |
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?
The text was updated successfully, but these errors were encountered: