monger.cursor
Helper-functions for dbCursor object:
* to initialize new cursor,
* for CRUD functionality of options of dbCursor
add-option!
(add-option! db-cur opt)
get-options
(get-options db-cur)
Returns map of cursor's options with current state.
make-db-cursor
(make-db-cursor db coll)
(make-db-cursor db coll ref)
(make-db-cursor db coll ref fields)
initializes new db-cursor.
remove-option!
(remove-option! db-cur opt)
reset-options
(reset-options db-cur)
Resets cursor options to default value and returns cursor