Questions tagged [database-cursor]

Please utilize this label for queries pertaining to programming and database cursors. If your inquiry is tailored to a specific type of database, do not forget to include the corresponding database tag as well.

The perplexing behavior of RxJS Observables with Mongo Cursors

Recently, I've been working on converting a mongo cursor into an observable using my own RxJS implementation. Despite finding numerous solutions online, I wanted to challenge myself by creating one from scratch. I would greatly appreciate it if someo ...