RethinkDb.Driver icon indicating copy to clipboard operation
RethinkDb.Driver copied to clipboard

Add EntityFramework support to Linq provider

Open jrote1 opened this issue 4 years ago • 5 comments

Context

It would be great if it was possible to use this driver with EntityFramework it would allow existing EntityFramework users to get into using RethinkDb

Alternatives

No

Has the feature been requested before?

No

If the feature request is approved, would you be willing to submit a PR?

Yes, I can add this feature once the Linq provider supports all the use cases I can think of

jrote1 avatar Oct 04 '20 13:10 jrote1

Entity Framework support for RethinkDB sounds good!

I think we'd probably want to create a new assembly / nuget release like RethinkDb.Driver.EntityFrameworkCore (or something similar) that ultimately contains hard references to EF with glue types contained in the RethinkDb.Driver.EntityFrameworkCore assembly.

This way, the core RethinkDb.Driver driver and RethinkDb.Driver.Linq package don't contain hard references to EF core. Let me know what you think.

bchavez avatar Oct 04 '20 16:10 bchavez

Yeah that was my thinking as well to have a separate assembly for the EnityFramework related code

jrote1 avatar Oct 04 '20 16:10 jrote1

@bchavez When are next online, need to ask you a few things?

jrote1 avatar Oct 04 '20 18:10 jrote1

Hey Jake, I should be online now for a few hours. 5 PM to about 7 or 8 PM Pacific Time / Los Angeles.

bchavez avatar Oct 05 '20 00:10 bchavez

Any progress on this?

ThaDaVos avatar Apr 20 '21 17:04 ThaDaVos