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