Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NoSQL with Entity Framework Core [closed]

Tags:

I need any NoSQL provider for Entity Framework Core. Can I use the EF-Core version with MongoDB /Raven or anything?

like image 523
Bassam Alugili Avatar asked Jun 01 '16 13:06

Bassam Alugili


1 Answers

Support for NoSQL database providers such as Azure Table Storage, Redis and others (like MongoDb) are still in EF Core team backlog and has not been implemented yet and will not be implemented for Core 1.0.0 release.

That said, according to the EF Core Roadmap, support for NoSQL Database providers is a high priority feature for the team and will be shipped in the future releases after Core 1.0.0 release.

like image 149
Morteza Manavi Avatar answered Dec 13 '22 01:12

Morteza Manavi