rethinkdbdash icon indicating copy to clipboard operation
rethinkdbdash copied to clipboard

An advanced Node.js driver for RethinkDB with a connection pool, support for streams etc.

Results 53 rethinkdbdash issues
Sort by recently updated
recently updated
newest added

Per node documentation, family parameter should be numeric 0 (any), 4 (ipv4), or 6 (ipv6) https://nodejs.org/docs/latest-v18.x/api/net.html#socketconnectoptions-connectlistener Unknown why this didn't result in runtime error until node v18, but fails on...

This takes the `linkedlist` branch from #135 and merges the latest master into it. We're running into connection errors, and we have tons of changefeeds, so I'm suspecting this could...

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?

Hi, rethinkdb dash doesn't work with rethinkdb proxy. If I test regular rethinkdb nodejs driver, it works without problems. Do you know what could be an issue?

Hello! I try: `await r.grant('guest', { config: true, connect: false, read: false, write: false });` And i get: "r.grant is not a function". How do I assign global rights to...

I am using Linux and my console is getting spammed with this error "Fail to create a new connection for the connection pool. Error:"msg":"Failed to connect to localhost:28015 in less...

Can anybody help?, ive tried many times to create the database but not sure if im doing it correctly

I've currently using enmap for a wrapper, I get this when trying to connect to the database. I'm using the docker instance of Rethink. These are the ports rethink is...

Just trying out the library for the first time, with a simple ```es6 > r = require('rethinkdbdash')({db: 'test'}) ``` I am getting the following: ```es6 Creating a pool connected to...

question