allanbank / mongodb-async-driver

The MongoDB Asynchronous Java Driver.
Apache License 2.0
22 stars 15 forks source link

Create an Update DSL #7

Open allanbank opened 9 years ago

allanbank commented 9 years ago

Make the creation of update documents easier by creating an appropriate DSL/set of builders.

There are noises that MongoDB Inc. may standardize the update document structure across updates and aggregation so we will put this on hold for now.