EvDb.Cli 4.0.5

dotnet tool install --global EvDb.Cli --version 4.0.5
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local EvDb.Cli --version 4.0.5
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=EvDb.Cli&version=4.0.5
                    
nuke :add-package EvDb.Cli --version 4.0.5
                    

EvDb

<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>

Deploy Verify

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.

Watch a Short Intro Video on The Website

<img src="images/watch-video-cta.png" width="600">

Quick Start

If you want to jump right into it, go to Quick Start

Learn More

If you want to learn more, go to Learn More.

Contribute

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.

Sharding setup

License

MIT License

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

This package has no dependencies.

Version Downloads Last updated
4.0.5 53 6/8/2025
4.0.4 139 5/25/2025
4.0.3 136 5/21/2025
4.0.2 132 5/21/2025
4.0.1 133 5/21/2025
3.0.17 133 5/19/2025
3.0.16 220 5/12/2025
3.0.15 122 5/11/2025
3.0.14 124 5/11/2025
3.0.13 129 5/11/2025
3.0.12 79 5/9/2025
3.0.11 132 4/30/2025
3.0.10 137 4/30/2025
3.0.9 139 4/29/2025
3.0.8 145 4/28/2025
3.0.7 170 4/21/2025
3.0.6 184 4/17/2025
3.0.5 187 4/17/2025
3.0.4 183 4/16/2025
3.0.3 184 4/16/2025
3.0.2 185 4/15/2025
3.0.1 163 4/10/2025
2.0.8 158 4/7/2025
2.0.7 142 3/31/2025
2.0.6 396 3/24/2025
2.0.5 399 3/24/2025
2.0.4 398 3/24/2025
1.2.5 109 2/17/2025
1.2.4 111 2/16/2025
1.2.3 104 1/25/2025
1.2.2 87 1/24/2025
1.1.151 93 1/20/2025
1.1.150 90 1/16/2025
1.1.143 112 12/25/2024
1.1.142 101 12/25/2024
1.1.141 115 12/5/2024
1.1.140 111 11/27/2024
1.1.139 109 11/21/2024
1.1.137 113 11/20/2024
1.1.136 106 11/19/2024
1.1.135 94 11/19/2024
1.1.134 105 11/18/2024
1.1.133 96 11/16/2024
1.1.132 115 11/14/2024
1.1.131 119 11/10/2024
1.1.130 99 11/4/2024
1.1.129 112 11/3/2024
1.1.128 100 10/28/2024
1.1.127 110 10/27/2024
1.1.126 98 10/26/2024
1.1.125 101 10/23/2024
1.1.124 105 9/23/2024
1.1.123 125 8/27/2024
1.1.122 118 7/10/2024
1.1.121 116 7/10/2024
1.1.120 118 7/3/2024
1.1.119 142 6/25/2024
1.1.118 118 6/24/2024
1.1.117 136 6/16/2024
1.1.116 116 6/6/2024
1.1.115 123 6/5/2024
1.1.114 119 6/2/2024
1.1.113 125 5/29/2024
1.1.112 121 5/27/2024
1.1.111 118 5/17/2024
1.1.110 129 5/17/2024
1.1.109 115 5/17/2024
1.1.108 124 5/9/2024
1.1.107 205 4/4/2024
1.1.106 201 4/3/2024
1.1.105 218 3/12/2024
1.1.104 219 3/6/2024

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[]