Henry.SqlEasy 9.0.0

dotnet add package Henry.SqlEasy --version 9.0.0                
NuGet\Install-Package Henry.SqlEasy -Version 9.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Henry.SqlEasy" Version="9.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Henry.SqlEasy --version 9.0.0                
#r "nuget: Henry.SqlEasy, 9.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Henry.SqlEasy as a Cake Addin
#addin nuget:?package=Henry.SqlEasy&version=9.0.0

// Install Henry.SqlEasy as a Cake Tool
#tool nuget:?package=Henry.SqlEasy&version=9.0.0                

Henry.SqlEasy

简化SQL数据库访问的轻量级ORM框架

描述: Henry.SqlEasy 是一个简单易用且高效的ORM(对象关系映射)框架,旨在简化.NET应用程序中的数据库操作。无论你是开发Web应用、桌面应用还是移动应用,SqlEasy都能帮助你快速实现数据访问层,减少冗余代码,并提高开发效率。

主要特性:

  • 易于使用: 简洁直观的API设计,几分钟内即可上手。
  • 高性能: 优化的数据访问逻辑,确保查询和操作的高效执行。
  • 灵活配置: 支持多种数据库配置选项,适应不同环境需求。
  • 实体管理: 自动化的实体关系映射,减少手动配置工作。
  • 事务支持: 内置事务管理,确保数据的一致性和完整性。
  • 扩展性强: 提供丰富的扩展点,便于自定义和集成第三方库。

使用场景:

  • 快速开发原型和小型项目
  • 需要简化数据访问层的企业级应用
  • 对性能有较高要求的应用

安装:

Install-Package Henry.SqlEasy

文档: 查看详细文档

GitHub: 项目源码

贡献: 欢迎提交问题和建议,或参与贡献代码。请参阅贡献指南

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Henry.SqlEasy:

Package Downloads
Henry.Tasks

支持API、DLL、SQL方式配置定时任务,作者邮箱:Henry.0729@foxmail.com,讨论QQ群:215496785

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 94 12/4/2024
1.0.0 89 12/4/2024

作者邮箱:Henry.0729@foxmail.com,讨论QQ群:215496785