Browse Source

Add cursor API docs for .rewind() and .destroy()

saintedlama/travis-non-legacy
Thomas Watson Steen 10 years ago
parent
commit
ccdf2168d6
  1. 4
      README.md

4
README.md

@ -268,6 +268,10 @@ Apply a query and get one single document passed as a callback. The callback rec
#####`cursor.toArray(callback)`
#####`cursor.rewind()`
#####`cursor.destroy()`
#### Database
#####`db.addUser(document)`

Loading…
Cancel
Save