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.
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.
// Install Npgsql.FSharp as a Cake Addin
#addin nuget:?package=Npgsql.FSharp&version=8.0.0

// Install Npgsql.FSharp as a Cake Tool
#tool nuget:?package=Npgsql.FSharp&version=8.0.0                

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. 
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 Npgsql.FSharp:

Package Downloads
Sharpino

Simple F# Event-Sourcing Library

Everstream.PostgreSQL

Minimalist idiomatic Postgres-backed F# event store

BitBadger.Npgsql.FSharp.Documents

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

BitBadger.Documents.Postgres

Use PostgreSQL as a document database

Nekomori.Kto.Sql

Nekomori SQL ORM Provider

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 1,596 12/7/2024
5.7.0 192,565 4/6/2023
5.6.0 48,095 1/18/2023
5.5.0 22,810 12/2/2022
5.4.0 34,488 10/23/2022
5.3.0 83,878 8/11/2022
5.2.0 29,643 6/23/2022
5.1.0 757 6/15/2022
5.0.1 510 6/14/2022
5.0.0 505 6/14/2022
4.2.0 5,532 5/9/2022
4.1.0 74,312 10/23/2021
4.0.0 32,532 3/14/2021
3.13.0 159,455 3/5/2021
3.12.5 19,575 2/24/2021
3.12.4 10,059 2/4/2021
3.12.3 10,327 12/12/2020
3.12.2 1,016 12/2/2020
3.12.1 492 12/2/2020
3.12.0 496 12/2/2020
3.11.0 3,108 12/1/2020
3.10.0 844 11/29/2020
3.9.0 3,880 10/24/2020
3.8.0 1,412 10/19/2020
3.7.0 3,753 9/4/2020
3.6.0 11,885 6/3/2020
3.5.0 4,114 5/19/2020
3.4.0 565 5/19/2020
3.3.0 931 4/27/2020
3.2.1 2,197 3/24/2020
3.2.0 565 3/23/2020
3.1.0 623 3/19/2020
3.0.0 1,144 2/26/2020
2.0.2-beta 475 2/23/2020
2.0.1-beta 439 2/22/2020
2.0.0 604 2/25/2020
2.0.0-beta 421 2/22/2020
1.19.0 1,122 1/21/2020
1.18.0 2,616 11/29/2019
1.17.1 665 11/11/2019
1.17.0 603 11/11/2019
1.16.1 592 11/11/2019
1.16.0 622 11/9/2019
1.15.0 569 11/9/2019
1.14.1 603 11/8/2019
1.14.0 596 11/8/2019
1.13.0 581 11/8/2019
1.12.0 581 11/8/2019
1.11.1 592 11/5/2019
1.11.0 3,783 7/11/2019
1.10.0 1,740 6/5/2019
1.9.1 710 5/7/2019
1.9.0 2,020 4/13/2019
1.8.0 668 4/12/2019
1.7.1 677 4/11/2019
1.7.0 650 4/11/2019
1.6.0 659 4/10/2019
1.5.0 677 4/9/2019
1.4.0 1,740 3/14/2019
1.3.0 1,205 1/22/2019
1.2.0 759 1/9/2019
1.1.2 800 12/20/2018
1.1.1 813 12/10/2018
1.1.0 797 11/13/2018
1.0.0 826 11/6/2018
0.8.0 909 9/30/2018
0.7.0 1,183 5/14/2018
0.6.0 1,033 5/10/2018
0.5.0 1,291 1/22/2018
0.4.0 1,025 1/16/2018
0.3.0 1,011 1/15/2018
0.2.0 1,101 1/15/2018
0.1.0 1,149 1/15/2018

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