This is a demo for showing how you can implement RavenDB in your Nancy applications.
The Bootstrapper configures the UOW pattern and injects the IDocumentSession per request into your Nancy modules and saves the changes at the end of each request.
This is a demo for showing how you can implement RavenDB in your Nancy applications.
The Bootstrapper configures the UOW pattern and injects the IDocumentSession per request into your Nancy modules and saves the changes at the end of each request.