liquidprojections / LiquidProjections

Liquid Projections supports building and maintaining autonomous .NET projection code in an Event Sourcing architecture.
https://www.liquidprojections.net
MIT License
169 stars 25 forks source link

Remove RavenDB support from the main package #95

Closed dennisdoomen closed 7 years ago

dennisdoomen commented 7 years ago

Removes the RavenDB supports from the core package and changed the example app to use a simple in-memory faked database.

86