Replies: 1 comment
-
This is to help us use Marten at MedeAnalytics. Creating a shim for some common MongoDb functionality we use heavily at work. This will be a small alternative to using our |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While trying to migrate to Marten from mongoDB I noticed that some generic projection functionality is missing in Marten which could be quite useful in many cases.
For example with mongoDB I am able to implement the following (using mongoDB ProjectionBuilder)
with usage like:
It would be very helpful if Marten would support this kind of document projecting (e.g. Project extension) which internally would perform partial object initialization without the need to explicitly create original type being queried or use anonymous.
Beta Was this translation helpful? Give feedback.
All reactions