https://github.com/BlueshiftSoftware/EntityFrameworkCore
NoSQL providers for EntityFramework Core
https://github.com/BlueshiftSoftware/EntityFrameworkCore
dotnet dotnet-core entityframeworkcore mongodb
Last synced: about 2 months ago
JSON representation
NoSQL providers for EntityFramework Core
- Host: GitHub
- URL: https://github.com/BlueshiftSoftware/EntityFrameworkCore
- Owner: BlueshiftSoftware
- License: other
- Archived: true
- Created: 2017-03-15T02:39:35.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-10T21:05:37.000Z (11 months ago)
- Last Synced: 2024-11-13T04:54:55.656Z (7 months ago)
- Topics: dotnet, dotnet-core, entityframeworkcore, mongodb
- Language: C#
- Homepage:
- Size: 455 KB
- Stars: 281
- Watchers: 35
- Forks: 57
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This repository has been defunct for some time. Due to a lack of both public interest and general support from the Microsoft Entity Framework team, I have decided to formally end support for the solution and archive the repository.
# Document Database Providers for Entity Framework Core
Welcome to the home of Document Database (NoSQL) Providers for EntityFrameworkCore!
[](https://ci.appveyor.com/project/crhairr/entityframeworkcore-mongodb/) [](https://travis-ci.org/BlueshiftSoftware/EntityFrameworkCore)
This repository currently only contains a MongoDB provider for EF Core. However, there are plans in the current roadmap to expand this with further NoSQL provider offerings.
MongoDb is a highly popular No-SQL database solution for storing structured, non-relational document data. This provider enables applications built with EntityFrameworkCore to use MongoDb instances as a backing data store.
Find out how to get started by visiting the [Wiki pages](https://github.com/crhairr/EntityFrameworkCore.MongoDb/wiki). Feel free to contribute to this repository with code, comments, wiki entries, and/or issues.
The latest release and CI previews builds are available at the EntityFrameworkCore.MongoDb [MyGet Feed](https://www.myget.org/gallery/efcore-mongodb/).