package
1.0.1
Repository: https://github.com/mainnika/mongox-go-driver.git
Documentation: pkg.go.dev

# Functions

Compose is a function to compose filters into a single query.
Push applies single filter to a query.

# Structs

Query is an enchanched bson.M map.

# Interfaces

Limiter is a filter to limit the result.
Preloader is a filter to skip the result.
Skipper is a filter to skip the result.
Sorter is a filter to sort the data before query.

# Type aliases

Limit is a simple implementation of the Limiter filter.
Preload is a simple implementation of the Skipper filter.
Skip is a simple implementation of the Skipper filter.
Sort is a simple implementations of the Sorter filter.