Npgsql.FSharp 5.7.0

dotnet add package Npgsql.FSharp --version 5.7.0
NuGet\Install-Package Npgsql.FSharp -Version 5.7.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="5.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Npgsql.FSharp --version 5.7.0
#r "nuget: Npgsql.FSharp, 5.7.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=5.7.0

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

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

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

Nekomori.Kto.Sql

Nekomori SQL ORM Provider

BitBadger.Documents.Postgres

Use PostgreSQL as a document database

GitHub repositories (1)

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

Repository Stars
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
5.7.0 78,596 4/6/2023
5.6.0 43,887 1/18/2023
5.5.0 12,798 12/2/2022
5.4.0 32,647 10/23/2022
5.3.0 70,841 8/11/2022
5.2.0 28,477 6/23/2022
5.1.0 714 6/15/2022
5.0.1 465 6/14/2022
5.0.0 460 6/14/2022
4.2.0 5,352 5/9/2022
4.1.0 74,116 10/23/2021
4.0.0 31,733 3/14/2021
3.13.0 116,650 3/5/2021
3.12.5 18,851 2/24/2021
3.12.4 10,011 2/4/2021
3.12.3 10,283 12/12/2020
3.12.2 968 12/2/2020
3.12.1 448 12/2/2020
3.12.0 451 12/2/2020
3.11.0 2,808 12/1/2020
3.10.0 801 11/29/2020
3.9.0 3,609 10/24/2020
3.8.0 1,364 10/19/2020
3.7.0 3,483 9/4/2020
3.6.0 11,798 6/3/2020
3.5.0 4,066 5/19/2020
3.4.0 523 5/19/2020
3.3.0 888 4/27/2020
3.2.1 2,147 3/24/2020
3.2.0 523 3/23/2020
3.1.0 579 3/19/2020
3.0.0 1,097 2/26/2020
2.0.2-beta 442 2/23/2020
2.0.1-beta 402 2/22/2020
2.0.0 557 2/25/2020
2.0.0-beta 383 2/22/2020
1.19.0 1,078 1/21/2020
1.18.0 2,572 11/29/2019
1.17.1 625 11/11/2019
1.17.0 564 11/11/2019
1.16.1 550 11/11/2019
1.16.0 573 11/9/2019
1.15.0 529 11/9/2019
1.14.1 562 11/8/2019
1.14.0 553 11/8/2019
1.13.0 540 11/8/2019
1.12.0 540 11/8/2019
1.11.1 548 11/5/2019
1.11.0 3,736 7/11/2019
1.10.0 1,690 6/5/2019
1.9.1 669 5/7/2019
1.9.0 1,933 4/13/2019
1.8.0 626 4/12/2019
1.7.1 626 4/11/2019
1.7.0 608 4/11/2019
1.6.0 615 4/10/2019
1.5.0 633 4/9/2019
1.4.0 1,626 3/14/2019
1.3.0 1,164 1/22/2019
1.2.0 718 1/9/2019
1.1.2 762 12/20/2018
1.1.1 787 12/10/2018
1.1.0 755 11/13/2018
1.0.0 796 11/6/2018
0.8.0 821 9/30/2018
0.7.0 1,134 5/14/2018
0.6.0 987 5/10/2018
0.5.0 1,244 1/22/2018
0.4.0 980 1/16/2018
0.3.0 960 1/15/2018
0.2.0 1,054 1/15/2018
0.1.0 1,092 1/15/2018

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