package
0.3.0
Repository: https://github.com/simagix/mongo-go-examples.git
Documentation: pkg.go.dev

# README

mongo-go-driver Examples

  • TestAggregateArray
  • TestAggregateFilter
  • TestAggregateGraphLookup
  • TestAggregateGroup
  • TestAggregateJSON
  • TestAggregateLookup
  • TestAggregateMatch
  • TestAggregatePipeline
  • TestAggregateRedact
  • TestChangeStreamClient
  • TestChangeStreamCollection
  • TestChangeStreamCollectionWithPipeline
  • TestChangeStreamDatabase
  • TestCount
  • TestDeleteMany
  • TestDeleteOne
  • TestFindMany
  • TestFindManyWithOptions
  • TestFindOne
  • TestFindOneAndReplace
  • TestInsertMany
  • TestInsertOne
  • TestInsertOneWithOptions
  • TestReplaceLoop
  • TestReplaceOne
  • TestRunCommand
  • TestTransactionAbort
  • TestTransactionCommit
  • TestUpdateMany
  • TestUpdateOne

# Functions

NewChangeStream gets a new ChangeStream.
SeedCarsData wraps seedCarsData.

# Structs

ChangeStream defines what to watch? client, database or collection.