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

add missing `run` options #393

Open tjmehta opened 5 years ago

tjmehta commented 5 years ago

I noticed that run was missing options when I replaced the official rethinkdb driver with rethinkdbdash. There are probably more options, but I added the options I saw were throwing errors in my application.

Thanks!