vapor-community / mongo-driver

MongoDB driver for Fluent
28 stars 26 forks source link

Implements count functionality to queries #17

Closed sroebert closed 7 years ago

sroebert commented 7 years ago

This is part of a series of pull requests to implement the count functionality for queries in Fluent. This addition allows to quickly determine the number of results of a query, without retrieving and parsing any data from the database.

There is also a pull request for Fluent (vapor/fluent#115).

tanner0101 commented 7 years ago

Let's add this feature to Fluent first, then update the dependencies afterward.