package
0.0.0-20210526202401-b69267b55557
Repository: https://github.com/daspoet/mongodialect.git
Documentation: pkg.go.dev

# Interfaces

Deletable is the interface that wraps functions for deleting documents from a collection in a MongoDB database.
Findable is the interface that wraps functions for finding and checking the existence of document sin a collection in a MongoDB database.
Insertable is the interface that wraps functions for inserting documents into a MongoDB database.
Repository is the interface that wraps interfaces providing CRUD operations for a MongoDB database.
Updatable is the interface that wraps functions for updating documents in a collection in a MongoDB database.

# Type aliases

Filter makes the intent of filtering clearer.