BlueshiftSoftware / EntityFrameworkCore

NoSQL providers for EntityFramework Core
Other
281 stars 57 forks source link

Support for complex property #27

Closed danielmeza closed 5 years ago

danielmeza commented 6 years ago

Now that EF Core support for complex properties called Owned types, we can have this implementation on mongodb implementation and insert a collection in the same document. Once they finish the feature.

crhairr commented 5 years ago

Mostly done. Working on update logic as part of #33.