Fluss.PostgreSQL
0.0.1-alpha9
This is a prerelease version of Fluss.PostgreSQL.
dotnet add package Fluss.PostgreSQL --version 0.0.1-alpha9
NuGet\Install-Package Fluss.PostgreSQL -Version 0.0.1-alpha9
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="Fluss.PostgreSQL" Version="0.0.1-alpha9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluss.PostgreSQL" Version="0.0.1-alpha9" />
<PackageReference Include="Fluss.PostgreSQL" />
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 Fluss.PostgreSQL --version 0.0.1-alpha9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fluss.PostgreSQL, 0.0.1-alpha9"
#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 Fluss.PostgreSQL@0.0.1-alpha9
#: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=Fluss.PostgreSQL&version=0.0.1-alpha9&prerelease
#tool nuget:?package=Fluss.PostgreSQL&version=0.0.1-alpha9&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Fluss.PostgreSQL
Use a PostgreSQL database as event storage for Fluss.
Usage
To configure, call .AddPostgresEventSourcingRepository(connectionString) on your IServiceCollection. Doing so will
run the required migrations on startup, register the database as event storage and register a database-trigger for new
events.
| Product | Versions 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 is compatible. 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.
-
net8.0
- FluentMigrator.Runner.Postgres (>= 5.2.0)
- Fluss (>= 0.0.1-alpha9)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Npgsql (>= 8.0.4)
- Npgsql.Json.NET (>= 8.0.4)
-
net9.0
- FluentMigrator.Runner.Postgres (>= 5.2.0)
- Fluss (>= 0.0.1-alpha9)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Npgsql (>= 8.0.4)
- Npgsql.Json.NET (>= 8.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.0.1-alpha9 | 123 | 9/30/2024 |
| 0.0.1-alpha8 | 101 | 9/30/2024 |
| 0.0.1-alpha7 | 105 | 9/27/2024 |
| 0.0.1-alpha6 | 99 | 9/27/2024 |
| 0.0.1-alpha3 | 461 | 10/22/2023 |
| 0.0.1-alpha15 | 107 | 10/7/2024 |
| 0.0.1-alpha11 | 101 | 9/30/2024 |
| 0.0.1-alpha10 | 115 | 9/30/2024 |
| 0.0.1-alpha.25 | 201 | 3/19/2025 |
| 0.0.1-alpha.24 | 164 | 3/18/2025 |
| 0.0.1-alpha.23 | 218 | 3/4/2025 |
| 0.0.1-alpha.22 | 205 | 3/4/2025 |
| 0.0.1-alpha.21 | 207 | 3/4/2025 |
| 0.0.1-alpha.20 | 154 | 12/9/2024 |
| 0.0.1-alpha.19 | 161 | 11/6/2024 |
| 0.0.1-alpha.18 | 107 | 10/22/2024 |
| 0.0.1-alpha.17 | 118 | 10/10/2024 |
| 0.0.1-alpha.16 | 105 | 10/7/2024 |
| 0.0.1-alpha.14 | 102 | 10/2/2024 |
| 0.0.1-alpha.12 | 101 | 10/2/2024 |
Loading failed