EvDb.Adapters.Store.EvDbRelational 2.0.6

dotnet add package EvDb.Adapters.Store.EvDbRelational --version 2.0.6                
NuGet\Install-Package EvDb.Adapters.Store.EvDbRelational -Version 2.0.6                
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="EvDb.Adapters.Store.EvDbRelational" Version="2.0.6" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EvDb.Adapters.Store.EvDbRelational --version 2.0.6                
#r "nuget: EvDb.Adapters.Store.EvDbRelational, 2.0.6"                
#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 EvDb.Adapters.Store.EvDbRelational as a Cake Addin
#addin nuget:?package=EvDb.Adapters.Store.EvDbRelational&version=2.0.6

// Install EvDb.Adapters.Store.EvDbRelational as a Cake Tool
#tool nuget:?package=EvDb.Adapters.Store.EvDbRelational&version=2.0.6                

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on EvDb.Adapters.Store.EvDbRelational:

Package Downloads
EvDb.Adapters.Store.EvDbSqlServer

Package Description

EvDb.Adapters.Store.EvDbPostgres

Package Description

EvDb.Adapters.Store.EvDbSqlPostgres

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.6 417 7 days ago
2.0.5 418 7 days ago
2.0.4 422 7 days ago
1.2.5 129 a month ago
1.2.4 125 2 months ago
1.2.3 137 2 months ago
1.2.2 115 2 months ago
1.1.151 131 2 months ago
1.1.150 118 2 months ago
1.1.143 155 3 months ago
1.1.142 136 3 months ago
1.1.141 153 4 months ago
1.1.140 136 4 months ago
1.1.139 129 4 months ago
1.1.137 136 4 months ago
1.1.136 128 4 months ago
1.1.135 123 4 months ago
1.1.134 116 4 months ago
1.1.133 117 4 months ago
1.1.132 124 5 months ago
1.1.131 123 5 months ago
1.1.130 129 5 months ago
1.1.129 137 5 months ago
1.1.128 125 5 months ago
1.1.127 114 5 months ago
1.1.126 113 5 months ago
1.1.125 114 5 months ago
1.1.124 148 6 months ago
1.1.123 133 7 months ago
1.1.122 136 9 months ago
1.1.121 127 9 months ago
1.1.120 136 9 months ago
1.1.119 145 9 months ago
1.1.118 113 9 months ago
1.1.117 137 10 months ago
1.1.116 130 10 months ago
1.1.115 132 10 months ago
1.1.114 149 10 months ago
1.1.113 140 5/29/2024
1.1.112 117 5/27/2024
1.1.111 147 5/17/2024
1.1.110 128 5/17/2024
1.1.109 146 5/17/2024
1.1.108 176 5/9/2024
1.1.107 198 4/4/2024
1.1.106 170 4/3/2024
1.1.105 159 3/12/2024
1.1.104 176 3/6/2024
1.1.103 181 3/5/2024
1.1.102 161 3/5/2024
1.1.101 196 2/28/2024
1.1.100 209 2/22/2024
1.1.99 192 2/19/2024
1.1.96 185 2/18/2024
1.1.95 190 2/13/2024
1.1.94 191 2/13/2024
1.1.93 180 2/13/2024
1.1.92 159 2/11/2024
1.1.91 157 2/11/2024
1.1.90 165 2/8/2024
1.1.89 153 2/8/2024
1.1.88 169 2/8/2024
1.1.87 146 2/5/2024
1.1.86 150 2/5/2024
1.1.85 227 1/1/2024
1.1.84 177 12/31/2023

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