1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
+++
date = "2015-03-19T12:53:30-04:00"
title = "Builders"
[menu.main]
identifier = "Builders"
weight = 50
pre = "<i class='fa fa-wrench'></i>"
+++
## Builders
The driver provides several classes that make it easier to use the CRUD API.
- [Filters]({{< relref "filters.md" >}}): Documentation of the driver's support for building query filters
- [Projections]({{< relref "projections.md" >}}): Documentation of the driver's support for building projections
- [Sorts]({{< relref "sorts.md" >}}): Documentation of the driver's support for building sort criteria
- [Aggregation]({{< relref "aggregation.md" >}}): Documentation of the driver's support for building aggregation pipelines
- [Updates]({{< relref "updates.md" >}}): Documentation of the driver's support for building updates
- [Indexes]({{< relref "indexes.md" >}}): Documentation of the driver's support for creating index keys
|