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
                    
#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

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 148,940 12/7/2024
5.7.0 435,793 4/6/2023
5.6.0 126,029 1/18/2023
5.5.0 110,541 12/2/2022
5.4.0 103,029 10/23/2022
5.3.0 171,091 8/11/2022
5.2.0 97,520 6/23/2022
5.1.0 68,122 6/15/2022
5.0.1 67,852 6/14/2022
5.0.0 67,881 6/14/2022
4.2.0 72,995 5/9/2022
4.1.0 142,303 10/23/2021
4.0.0 100,796 3/14/2021
3.13.0 308,669 3/5/2021
3.12.5 88,004 2/24/2021
3.12.4 77,441 2/4/2021
3.12.3 77,722 12/12/2020
3.12.2 68,390 12/2/2020
3.12.1 67,878 12/2/2020
3.12.0 67,866 12/2/2020
Loading failed

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