![]() |
VOOZH | about |
dotnet add package Npgsql.FSharp --version 8.0.0
NuGet\Install-Package Npgsql.FSharp -Version 8.0.0
<PackageReference Include="Npgsql.FSharp" Version="8.0.0" />
<PackageVersion Include="Npgsql.FSharp" Version="8.0.0" />Directory.Packages.props
<PackageReference Include="Npgsql.FSharp" />Project file
paket add Npgsql.FSharp --version 8.0.0
#r "nuget: Npgsql.FSharp, 8.0.0"
#:package Npgsql.FSharp@8.0.0
#addin nuget:?package=Npgsql.FSharp&version=8.0.0Install as a Cake Addin
#tool nuget:?package=Npgsql.FSharp&version=8.0.0Install as a Cake Tool
Thin functional F# layer around Npgsql, the PostgreSQL database driver.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
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 |
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 | 194,232 | 12/7/2024 |
| 5.7.0 | 480,214 | 4/6/2023 |
| 5.6.0 | 138,272 | 1/18/2023 |
| 5.5.0 | 120,265 | 12/2/2022 |
| 5.4.0 | 112,907 | 10/23/2022 |
| 5.3.0 | 187,007 | 8/11/2022 |
| 5.2.0 | 107,238 | 6/23/2022 |
| 5.1.0 | 77,806 | 6/15/2022 |
| 5.0.1 | 77,545 | 6/14/2022 |
| 5.0.0 | 77,562 | 6/14/2022 |
| 4.2.0 | 82,677 | 5/9/2022 |
| 4.1.0 | 152,112 | 10/23/2021 |
| 4.0.0 | 110,782 | 3/14/2021 |
| 3.13.0 | 332,965 | 3/5/2021 |
| 3.12.5 | 97,955 | 2/24/2021 |
| 3.12.4 | 87,134 | 2/4/2021 |
| 3.12.3 | 87,413 | 12/12/2020 |
| 3.12.2 | 78,066 | 12/2/2020 |
| 3.12.1 | 77,551 | 12/2/2020 |
| 3.12.0 | 77,563 | 12/2/2020 |
- Fixes reading null values in uuidArrayOrNone
- Implements Sql.toSeq for reading rows as a sequence