Npgsql.FSharp 8.0.0

dotnet add package Npgsql.FSharp --version 8.0.0
 
NuGet\Install-Package Npgsql.FSharp -Version 8.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="Npgsql.FSharp" Version="8.0.0" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Npgsql.FSharp" Version="8.0.0" />
 
Directory.Packages.props
<PackageReference Include="Npgsql.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 Npgsql.FSharp --version 8.0.0
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Npgsql.FSharp, 8.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.
#:package Npgsql.FSharp@8.0.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=Npgsql.FSharp&version=8.0.0
 
Install as a Cake Addin
#tool nuget:?package=Npgsql.FSharp&version=8.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Thin functional F# layer around Npgsql, the PostgreSQL database driver.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible. 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 (7)

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

Package Downloads
Sharpino

F# Event Sourcing Library

Everstream.PostgreSQL

Minimalist idiomatic Postgres-backed F# event store

BitBadger.Documents.Postgres

Use PostgreSQL as a document database

BitBadger.Npgsql.FSharp.Documents

Lightweight functions to use PostgreSQL as a document store (best for F#)

Nekomori.Kto.Sql

Nekomori SQL ORM Provider

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Npgsql.FSharp:

Repository Stars
pgvector/pgvector-dotnet
pgvector support for .NET (C#, F#, and Visual Basic)
Zaid-Ajaj/Npgsql.FSharp.Analyzer
F# analyzer that provides embedded SQL syntax analysis, type-checking for parameters and result sets and nullable column detection when writing queries using Npgsql.FSharp.
Version Downloads Last Updated
8.0.0 200,857 12/7/2024
5.7.0 485,384 4/6/2023
5.6.0 138,512 1/18/2023
5.5.0 120,289 12/2/2022
5.4.0 112,972 10/23/2022
5.3.0 187,787 8/11/2022
5.2.0 107,260 6/23/2022
5.1.0 77,828 6/15/2022
5.0.1 77,568 6/14/2022
5.0.0 77,585 6/14/2022
4.2.0 82,700 5/9/2022
4.1.0 152,142 10/23/2021
4.0.0 110,817 3/14/2021
3.13.0 335,077 3/5/2021
3.12.5 98,011 2/24/2021
3.12.4 87,155 2/4/2021
3.12.3 87,434 12/12/2020
3.12.2 78,086 12/2/2020
3.12.1 77,573 12/2/2020
3.12.0 77,583 12/2/2020
Loading failed

- Fixes reading null values in uuidArrayOrNone
- Implements Sql.toSeq for reading rows as a sequence