neumino / rethinkdbdash

An advanced Node.js driver for RethinkDB with a connection pool, support for streams etc.
MIT License
848 stars 109 forks source link

Cursor close #399

Open HeikoMueller opened 2 years ago

HeikoMueller commented 2 years ago

A quick question regarding memory handling: With rethinkdbdash, is it necessary to close a cursor after each query or is that only required in case of .change() streams?