mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.38k stars 1.23k forks source link

Do you have plan to support for EntityFramework #1198

Open Aimeast opened 5 years ago

Aimeast commented 5 years ago

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?

bbqchickenrobot commented 4 years ago

Any news on this?

mbdavid commented 4 years ago

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 :)

darcome commented 3 years ago

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

HendrikKoelbel commented 3 years ago

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

Nafhaa commented 3 years ago

Any update on support for EntityFramework

timiil commented 2 years ago

Any update for this ?

pomeara commented 2 years ago

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

suatsuphi commented 1 year ago

any updates @mbdavid

sangeethnandakumar commented 1 year ago

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...

sunnamed434 commented 1 year ago

What do you think about that

sunnamed434 commented 1 year ago

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?

Luiz-Ossinho commented 2 months ago

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.