FluentDAO 3.0.0

dotnet add package FluentDAO --version 3.0.0
NuGet\Install-Package FluentDAO -Version 3.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="FluentDAO" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentDAO --version 3.0.0
#r "nuget: FluentDAO, 3.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 FluentDAO as a Cake Addin
#addin nuget:?package=FluentDAO&version=3.0.0

// Install FluentDAO as a Cake Tool
#tool nuget:?package=FluentDAO&version=3.0.0

FluentDAO is a Micro ORM that makes it simple to select, insert, update and delete data in a database. It's based on FluentData v3.0.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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 106 3/5/2015

first version of FluentDAO.
different with FluentData 3.x is support Ignore Property.