Skip to content

Commit

Permalink
add more information about SkinCursor in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guileen committed Apr 18, 2011
1 parent e44a6dc commit 45be483
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Readme.md
Expand Up @@ -342,4 +342,19 @@ SkinCursor
See [Cursor](https://github.com/christkv/node-mongodb-native/blob/master/lib/mongodb/cursor.js#L1)
of node-mongodb-native for more information.

All these methods will return the SkinCursor itself.

sort(keyOrList, [direction], [callback])
limit(limit, [callback])
skip(skip, [callback])
batchSize(skip, [callback])

toArray(callback)
each(callback)
count(callback)
nextObject(callback)
getMore(callback)
explain(callback)


[Back to index](#index)

0 comments on commit 45be483

Please sign in to comment.