FluentData 3.0.1
FluentData is a Micro ORM that makes it simple to select, insert, update and delete data in a database. It gives the developer the power of ADO.NET but with the convenience of an ORM. It has a simple to use fluent API that uses SQL - the best and most suitable language to query data, and SQL or fluent builders to insert, update and delete data.
Install-Package FluentData -Version 3.0.1
dotnet add package FluentData --version 3.0.1
<PackageReference Include="FluentData" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentData --version 3.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FluentData, 3.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install FluentData as a Cake Addin
#addin nuget:?package=FluentData&version=3.0.1
// Install FluentData as a Cake Tool
#tool nuget:?package=FluentData&version=3.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on FluentData:
Package | Downloads |
---|---|
Common.FluentOracle
简单封装FluentData用Oracle.ManagedDataAccess访问数据库
|
|
SDT.DBHelper
MySqlDbHelper
|
|
DadeCommTools
大德公共工具库 包括日志和数据库的操作以及JSON WCFService
|
|
Dade.CommTools
大德公共工具库 包括日志和数据库的操作以及JSON WCFService
|
|
NiuNiu.Happy.Data.FluentData
HappyFramework是一个支持DDD、CQRS、OSGI、EPC理念的开源框架,而且她是可以实战的。
|
GitHub repositories
This package is not used by any popular GitHub repositories.