memongo
memongo copied to clipboard
Easily run an in-memory MongoDB server for your Go unit tests
I'm trying to use memongo for application testing on Apple M1 chipset. On running the test, it throws the following error: ``` panic: memongo does not support automatic downloading on...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.0.3 to 1.5.1. Release notes Sourced from go.mongodb.org/mongo-driver's releases. MongoDB Go Driver 1.5.1 The MongoDB Go driver team is pleased to release 1.5.1 of the official Go...
Add support for debian 10 buster
The message to indicate port number comes as: `{"t":{"$date":"2021-04-20T17:28:20.364-07:00"},"s":"I", "c":"NETWORK", "id":23016, "ctx":"listener","msg":"Waiting for connections","attr":{"port":59432,"ssl":"off"}}` This causes memongo to not detect that it is up.
Hello to all contributors, after multiple documented tries to contact @benweissmann through email, linkedin and here on Github, **I assumed with reasonable confidence that this project is abandoned** To solve...
Hey, Hope you are doing well! Added the option, together with unit tests, to run a mongo server with replica sets. This is helpful when implementing transactions as it happens...