From 1aa507d4ea7c9b1e6b6f8f0ae5d4edf73471b0b3 Mon Sep 17 00:00:00 2001 From: Magarich <78496868+magarich228@users.noreply.github.com> Date: Sat, 3 Jan 2026 23:24:12 +0300 Subject: [PATCH] Add KurrentDB to Database section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 983f752e..fb534e5c 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,7 @@ Follows best practices and conventions to provide you a SOLID development experi ### Database * [DBreeze](https://github.com/hhblaze/DBreeze) - C# .NET MONO NOSQL (key value store embedded) ACID multi-paradigm database management system. * [JsonFlatFileDataStore](https://github.com/ttu/json-flatfile-datastore) - Simple JSON flat file data store with support for typed and dynamic data. +* [KurrentDB](https://github.com/kurrent-io/KurrentDB) - Event-native database with integrated streaming engine for modern applications and event-driven architectures. * [LiteDB](https://github.com/mbdavid/LiteDB) - .NET NoSQL Document Store in a single data file - [http://www.litedb.org](http://www.litedb.org). * [NoDb](https://github.com/joeaudette/NoDb) - "no database" file system storage for .NET Core/ASP.NET Core because not every project needs a database. * [marten](https://github.com/JasperFx/marten) - Postgresql as a Document Database and Event Store for .NET Applications [http://jasperfx.github.io/marten](http://jasperfx.github.io/marten).