Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dj-nitehawk/mongodb.entities
A data access library for MongoDB with an elegant api, LINQ support and built-in entity relationship management
https://github.com/dj-nitehawk/mongodb.entities
csharp linq mongodb mongodb-driver mongodb-orm mongodb-repo net5 netstandard2
Last synced: about 21 hours ago
JSON representation
A data access library for MongoDB with an elegant api, LINQ support and built-in entity relationship management
- Host: GitHub
- URL: https://github.com/dj-nitehawk/mongodb.entities
- Owner: dj-nitehawk
- License: mit
- Created: 2019-04-17T04:28:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T14:16:59.000Z (about 1 month ago)
- Last Synced: 2024-12-03T04:36:54.112Z (about 1 month ago)
- Topics: csharp, linq, mongodb, mongodb-driver, mongodb-orm, mongodb-repo, net5, netstandard2
- Language: C#
- Homepage: https://mongodb-entities.com
- Size: 12.4 MB
- Stars: 547
- Watchers: 21
- Forks: 70
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![license](https://img.shields.io/github/license/dj-nitehawk/MongoDB.Entities?color=blue&label=license&logo=Github&style=flat-square)](https://github.com/dj-nitehawk/MongoDB.Entities/blob/master/README.md) [![nuget](https://img.shields.io/nuget/v/MongoDB.Entities?label=version&logo=NuGet&style=flat-square)](https://www.nuget.org/packages/MongoDB.Entities) [![nuget](https://img.shields.io/nuget/dt/MongoDB.Entities?color=blue&label=downloads&logo=NuGet&style=flat-square)](https://www.nuget.org/packages/MongoDB.Entities) [![tests](https://img.shields.io/azure-devops/tests/RyanGunner/MongoDB%20Entities/4?color=blue&label=tests&logo=Azure%20DevOps&style=flat-square)](https://dev.azure.com/RyanGunner/MongoDB%20Entities/_build/latest?definitionId=4) [![discord](https://img.shields.io/discord/768493765995921449?color=blue&label=discord&logo=discord&logoColor=white&style=flat-square)](https://discord.gg/8UpqWT35rj)
# MongoDB.Entities
A light-weight .net standard library with barely any overhead that aims to simplify access to mongodb by abstracting the official driver while adding useful features on top of it resulting in an elegant API surface which produces beautiful, human friendly data access code.## More Info:
please visit the official website for detailed documentation:
## [https://mongodb-entities.com](https://mongodb-entities.com)