Skip to content

onryldz/MongoDB.InMemory

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages