LiteDB icon indicating copy to clipboard operation
LiteDB copied to clipboard

Do you have plan to support for EntityFramework

Open Aimeast opened this issue 5 years ago • 12 comments

Hi,

I have found a third party project MaikeBing.EntityFrameworkCore.LiteDB is a LiteDB provider for Entity Framework Core, it is on the development stage now, not for production yet.

I just want to ask, Do you have a roadmap for support EntityFramework?

Aimeast avatar Mar 24 '19 08:03 Aimeast

Any news on this?

bbqchickenrobot avatar Sep 16 '19 18:09 bbqchickenrobot

Hi guys, at this moment I have no plans to support EntityFramework on LiteDB because there is no time for all. Maybe in future when has more people in this project :)

mbdavid avatar Sep 16 '19 22:09 mbdavid

Hi, it is something that is planned? It would be very nice!

darcome avatar Aug 20 '20 07:08 darcome

I think it would be very helpful if LiteDB gets support for the EntityFramework.

HendrikKoelbel avatar Aug 24 '20 08:08 HendrikKoelbel

Any update on support for EntityFramework

Nafhaa avatar Mar 02 '21 05:03 Nafhaa

Any update for this ?

timiil avatar Mar 18 '22 08:03 timiil

Am also interested here it's been 3 years since this was first mentioned - any updates @mbdavid

pomeara avatar Jun 19 '22 05:06 pomeara

any updates @mbdavid

suatsuphi avatar Oct 20 '22 21:10 suatsuphi

Hi Team, Any updates on this? Today I tried using 'OpenIddict' (https://documentation.openiddict.com/guides/index.html) which is an OpenID Connect & OAuth v2 provider like IdentityServer & Azure AD.

The issue is, It mainly only supports entity frameworks to store in a database.

And EF supports SQLServer, MySQL, etc...

  • I would like to use LiteDB there, But because we don't have a way I switched to SQLServer.
  • Is there any updates on this friends?

sangeethnandakumar avatar Mar 02 '23 20:03 sangeethnandakumar

What do you think about that

sunnamed434 avatar Apr 08 '23 08:04 sunnamed434

Because of no support, I need to make unnecessary abstraction using Repository pattern, to let it work with LiteDB, PostgreSQL and mysql

Maybe any ideas of from what development can be started?

sunnamed434 avatar Apr 10 '23 12:04 sunnamed434

Pushing for support of this feature. My use case is that we use the EntityFramework provider for CosmoDB on production and wanted to use LiteDB as a provider on local development.

Luiz-Ossinho avatar Apr 10 '24 02:04 Luiz-Ossinho