Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (9 loc) · 1.06 KB

MongoDB.InMemory

.NET Latest version

Officially MongoDB does not have support for the InMemory. This package will help you to have InMemory MongoDB solution in your local computer. Especially this package should use for the unit test or integration test development. For production environment is not recommended.

Supported functionalities:

  • Aggregation: $match, $limit, $skip, $sort, $project

  • Where: $gt, $gte, $lt, $lte, $ne, $in, $not, $nin, dotNotation, $or, $and, $exists, $type, regex, $elemMatch, $all

  • Update: $set, $unset, $pull, $push

Unsupported functionalities are in development process, they will be implemented soon.

I need maintainers for this project, if you want to be a contributor feel free to send request.