![]() |
VOOZH | about |
dotnet add package EvDb.Adapters.Store.EvDbPostgresAdmin --version 4.0.26
NuGet\Install-Package EvDb.Adapters.Store.EvDbPostgresAdmin -Version 4.0.26
<PackageReference Include="EvDb.Adapters.Store.EvDbPostgresAdmin" Version="4.0.26" />
<PackageVersion Include="EvDb.Adapters.Store.EvDbPostgresAdmin" Version="4.0.26" />Directory.Packages.props
<PackageReference Include="EvDb.Adapters.Store.EvDbPostgresAdmin" />Project file
paket add EvDb.Adapters.Store.EvDbPostgresAdmin --version 4.0.26
#r "nuget: EvDb.Adapters.Store.EvDbPostgresAdmin, 4.0.26"
#:package EvDb.Adapters.Store.EvDbPostgresAdmin@4.0.26
#addin nuget:?package=EvDb.Adapters.Store.EvDbPostgresAdmin&version=4.0.26Install as a Cake Addin
#tool nuget:?package=EvDb.Adapters.Store.EvDbPostgresAdmin&version=4.0.26Install as a Cake Tool
<picture> <source srcset="images/dark-theme-logo.png" media="(prefers-color-scheme: dark)"> <source srcset="images/light-theme-logo.png" media="(prefers-color-scheme: light)"> <img src="light-theme-logo.png" width="250"> </picture>
EvDb is an opinionated event-sourcing framework that unlocks the untapped potential of transactional data while eliminating many challenges related to management of transactional data and its schema. EvDb is quick & easy to integrate, and while it is working with new paradigms and patterns under the hood, it abstracts most of it away and does not distrupt development.
<img src="images/watch-video-cta.png" width="600">
If you want to jump right into it, go to Quick Start
If you want to learn more, go to Learn More.
You can contribute to this project in many ways (not just coding)! If you are interested to learn more about how you can do this, please visit the Contribution page.
MIT License
Regex Replace � Find what: Version="([0-8]).([^"]+)" � Replace with: Version="[$1.$2,)"
| 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 1 NuGet packages that depend on EvDb.Adapters.Store.EvDbPostgresAdmin:
| Package | Downloads |
|---|---|
|
EvDb.StressTestsConsole
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.26 | 506 | 12/8/2025 |
| 4.0.25 | 239 | 11/26/2025 |
| 4.0.24 | 334 | 8/5/2025 |
| 4.0.23 | 310 | 8/5/2025 |
| 4.0.22 | 303 | 8/5/2025 |
| 4.0.21 | 199 | 8/3/2025 |
| 4.0.20 | 134 | 8/2/2025 |
| 4.0.19 | 181 | 7/29/2025 |
| 4.0.18 | 212 | 7/28/2025 |
| 4.0.17 | 194 | 7/28/2025 |
| 4.0.15 | 619 | 7/23/2025 |
| 4.0.14 | 245 | 7/16/2025 |
| 4.0.13 | 223 | 7/13/2025 |
| 4.0.12 | 217 | 7/11/2025 |
| 4.0.11 | 234 | 7/10/2025 |
| 4.0.10 | 232 | 7/9/2025 |
| 4.0.9 | 236 | 7/9/2025 |
| 4.0.8 | 235 | 7/6/2025 |
| 4.0.7 | 232 | 7/2/2025 |
| 4.0.6 | 229 | 6/30/2025 |
Breaking changes:
- 1.1.141: state column changed to binary in sql-server adapter
- 1.1.145: state column changed to binary in sql-server adapter
- 1.2.0: offset starts at 0 for empty stream or empty snapshot
- 1.2.3: Default connection string key changed from "EvDbSqlServerConnection" to "EvDbConnection"
- 2.0.0: Storage Provider interfaces has changed
- 3.0.0: Type Names refactoring of attributes and fundamentals types
- 4.0.0: Message got TelemetryContext instead of TraceId and SpanId
- 4.0.1: Domain and Partition become Address
- 4.0.2: Type of the event, message, TelemetryContext payload changed from byte[]