Skip to content

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages