Dapper.FSharp 4.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dapper.FSharp --version 4.5.0
                    
NuGet\Install-Package Dapper.FSharp -Version 4.5.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="Dapper.FSharp" Version="4.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dapper.FSharp" Version="4.5.0" />
                    
Directory.Packages.props
<PackageReference Include="Dapper.FSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dapper.FSharp --version 4.5.0
                    
#r "nuget: Dapper.FSharp, 4.5.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.
#:package Dapper.FSharp@4.5.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dapper.FSharp&version=4.5.0
                    
Install as a Cake Addin
#tool nuget:?package=Dapper.FSharp&version=4.5.0
                    
Install as a Cake Tool

Lightweight F# extension for StackOverflow Dapper with support for MSSQL, MySQL, PostgreSQL, and SQLite

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 was computed.  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 was computed.  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 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Dapper.FSharp:

Package Downloads
FAkka.Shared

Package Description

MigrateLib

Declarative migrations for SQLite

FAkka.Server.Linux

Package Description

FAkka.Shared.Linux

Package Description

FsChat

FsChat: LLM chat with interactive output

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.10.0 429 4/1/2026
4.9.0 129,046 8/26/2024
4.8.0 17,708 3/27/2024
4.7.0 28,523 8/28/2023
4.6.1 2,154 7/28/2023
4.6.0 847 7/26/2023
4.5.1 5,192 6/7/2023
4.5.0 6,106 4/21/2023
4.4.0 21,661 2/28/2023
4.3.0 46,025 2/2/2023
4.2.0 6,823 12/16/2022
4.1.1 892 12/15/2022
4.1.0 1,533 11/29/2022
4.0.0 2,644 11/7/2022
3.4.0 7,359 9/9/2022
3.3.0 6,450 6/20/2022
3.2.0 6,078 1/24/2022
3.1.0 7,240 11/12/2021
3.0.0 2,993 9/27/2021
2.4.1 16,899 9/14/2021
Loading failed

CancellationToken support for all SelectAsync methods #84