FFW.Data
2.3.5
dotnet add package FFW.Data --version 2.3.5
NuGet\Install-Package FFW.Data -Version 2.3.5
<PackageReference Include="FFW.Data" Version="2.3.5" />
<PackageVersion Include="FFW.Data" Version="2.3.5" />
<PackageReference Include="FFW.Data" />
paket add FFW.Data --version 2.3.5
#r "nuget: FFW.Data, 2.3.5"
#:package FFW.Data@2.3.5
#addin nuget:?package=FFW.Data&version=2.3.5
#tool nuget:?package=FFW.Data&version=2.3.5
基于FluentData扩展重写,提供高效的性能与风格简洁的API,支持多种主流数据库访问。
当前市面上的 ORM 框架,如 Entity Framework 和 NHibernate,都过于复杂而且难于学习。此外,由于这些框架自身抽象的查询语言以及从数据库到 .NET 对象的映射太过麻烦,导致它们生成的 SQL 都很低效。
FFW.Data是一个轻量级框架,采用函数式编程风格以及简单的 API 并且很容易学会。与其他微型 ORM(如 Dapper 和 Massive)类似关注性能和易用性。它允许开发人员拥有对 SQL 较多的控制,而不是完全依赖 ORM 进行自动生成。它不仅可以使用 SQL 来执行查询、增添和更新操作,还可以支持使用存储过程和事务。可以在不改动已有结构的情况下,与任何业务对象一同工作。
以下是 FFW.Data 的一些其他特性:
· 多结果集(Multiple Result Set):在一次数据库操作下返回多个数据集;
· 开发人员可使用强类型对象或动态对象;
· 可为创建时需要特殊处理的复杂对象自定义实体工厂(Custom Entity Factory);
· 具有添加其他数据库支持的能力。
数据库支持列表:
MS SQL Server using the native .NET driver.
MS SQL Azure using the native .NET driver.
MS Access using the native .NET driver.
MS SQL Server Compact 4.0 driver.
Oracle through the ODP.NET driver.
MySQL through the MySQL Connector .NET driver.
SQLite through the SQLite ADO.NET Data Provider.
PostgreSql through the Npgsql provider.
IBM DB2 through the IBM DB2 .NET driver
Sybase through the Sybase provider.
帮助文档:
http://www.cnblogs.com/MuNet/p/5740833.html
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.