Registry / testing / benweissmann-memongo

benweissmann-memongo

JSON →
library0.1.1gogounverified

Runs an in-memory MongoDB server for testing purposes, allowing isolated integration tests.

go get github.com/benweissmann/memongo
INSTALL
IMPORT
SIG · BENWEISSMANN-MEMON
B
benweissmann-memongo
testinggov0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

memongo
github.com/benweissmann/memongo

Start an in-memory MongoDB server for testing

package main import ( "log" "github.com/benweissmann/memongo" ) func main() { server, _ := memongo.Start("4.0.5") defer server.Stop() log.Println("MongoDB started at", server.URI()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
benweissmann-memongo — go get benweissmann-memongo · libregistry