tingodb icon indicating copy to clipboard operation
tingodb copied to clipboard

Feature Request: add support for tcursor.next()

Open gabegattis opened this issue 9 years ago • 1 comments

We are using tingodb for our storage tests in BWS. This works pretty well, but there is one problem. Tingodb does not support everything that mongodb does, so there are some things that we would not be able to test.

One example is the cursor.next() method. Tingodb does not support it, so we have to do cursor.toArray() and then grab the first element from the array. This works, but its a bit hacky. It would be helpful if tingodb had support for .next().

gabegattis avatar Apr 14 '16 20:04 gabegattis

Big collections without support of iterators is useless (

x2es avatar Feb 18 '18 19:02 x2es