artiomchi / FlexLabs.Upsert

FlexLabs.Upsert is a library that brings UPSERT functionality to common database providers for Entity Framework in their respective native SQL syntax
MIT License
515 stars 81 forks source link

Allow queries to views #136

Open rsr-maersk opened 1 year ago

rsr-maersk commented 1 year ago

Any thoughts here. Shouldn't we allow upsert to views?

https://github.com/artiomchi/FlexLabs.Upsert/pull/135

It can also be used to "manipulate" with EF Cores many to many i.e. letting ef core to control the many to many table, but we can upsert to it without reading the individual parties

rsr-maersk commented 1 year ago

Spike https://github.com/artiomchi/FlexLabs.Upsert/pull/135