onryldz / MongoDB.InMemory

MongoDB InMemory Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

MongoDB InMemory Package

License:MIT License


Languages

Language:C# 100.0%