FluidDbClient 1.1.9
.NET Standard 2.0
.NET Framework 4.5.1
Install-Package FluidDbClient -Version 1.1.9
dotnet add package FluidDbClient --version 1.1.9
<PackageReference Include="FluidDbClient" Version="1.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluidDbClient --version 1.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FluidDbClient, 1.1.9"
#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 FluidDbClient as a Cake Addin
#addin nuget:?package=FluidDbClient&version=1.1.9
// Install FluidDbClient as a Cake Tool
#tool nuget:?package=FluidDbClient&version=1.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
When you absolutely need ADO.NET but want to ditch the boilerplate. Do parameterized SQL with ease, asynchronously or not. Map deep POCOs with granular control beyond that of your ORM. This is the core assembly; to use with SQL Server, get FluidDbClient.Sql.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.1
- System.Data.SqlClient (>= 4.6.0)
- System.Runtime (>= 4.3.0)
-
.NETFramework 4.6.2
- System.Data.SqlClient (>= 4.6.0)
- System.Runtime (>= 4.3.0)
-
.NETStandard 2.0
- System.Collections (>= 4.3.0)
- System.Data.SqlClient (>= 4.6.0)
- System.Linq (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.5.1)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Threading (>= 4.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FluidDbClient:
Package | Downloads |
---|---|
FluidDbClient.Sql
SQL Server provider for FluidDbClient. This library also makes working with Table Valued Parameters a snap. |
|
FluidDbClient.Oracle
Basic Oracle provider for FluidDbClient. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.9 | 3,104 | 6/18/2019 |
1.1.8 | 761 | 2/12/2019 |
1.1.7 | 1,479 | 1/9/2019 |
1.1.6 | 768 | 1/8/2019 |
1.1.5 | 777 | 1/7/2019 |
1.1.4 | 745 | 1/4/2019 |
1.1.3 | 783 | 1/3/2019 |
1.1.2 | 1,114 | 11/14/2017 |
1.1.1 | 969 | 11/13/2017 |
1.1.0 | 1,189 | 7/27/2017 |
1.0.9 | 1,128 | 7/27/2017 |
1.0.8 | 1,092 | 5/16/2017 |
1.0.7 | 1,057 | 5/15/2017 |
1.0.6 | 1,054 | 5/11/2017 |
1.0.4 | 1,079 | 3/31/2017 |
1.0.2 | 1,166 | 10/3/2016 |
1.0.1 | 1,044 | 9/29/2016 |
1.0.0 | 1,410 | 9/29/2016 |
Added ability to create DbCommand explicitly in IDbProvider