mongodb / nosql support
For a few of us, we are constrained with having to use mongodb or other nosql databases instead of an RDBMS.
It would be good if we have a some sort of native mongodb support or at least a few examples/patterns of how to go about a full mongodb/servicestack solution. I understand that we have examples of redis usage but, we do not have authentication and other similar aspects as examples.
Love the tooling still! yet hate to work with anything else now (you spoiled us!) that I have to work with mongodb.
Cheers!
-Simo

In the latest v5.6 Release the MongoDB Auth Provider now supports .NET Core and can be easily configured into an existing ASP .NET Core App using the new `mix` dotnet tool feature:
https://docs.servicestack.net/releases/v5.6#mix-in-features-into-aspnet-core-apps
-
Ryan Helms commented
+1