Skip to content

Commit

Permalink
Add some docs for 1.0 with mongodb 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sorribas committed Mar 21, 2015
1 parent 0324967 commit a167c18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ mongodb.Db.connect('mongodb://localhost/test', function(err, theDb) {
});
```

## Features not supported for MongoDB 2.4 or older (on mongojs version 1.0+).

* Index creation and deletion
* Aggregation cursors.

This features are relatively easy to add, but would make the code unnecessarily more complex.
If you are using mongodb 2.4 or older and would like to use mongojs 1.0 with the above mentioned
feautres, feel free to make a pull request or open and issue..

# API

This API documentation is a work in progress.
Expand Down

0 comments on commit a167c18

Please sign in to comment.