rethinkdb-js icon indicating copy to clipboard operation
rethinkdb-js copied to clipboard

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

Results 2 rethinkdb-js issues
Sort by recently updated
recently updated
newest added

There's no mention of the apache2 license in the package.json, which confuses programs such as `yarn license` ![image](https://user-images.githubusercontent.com/37413895/65145168-ff88f680-da6c-11e9-8540-4035886fe561.png)

good_for_contributors
quick_to_fix
JavaScript / Coffee

- `options.logLevel` can be a string, where its value must be 'debug', 'verbose', 'info', 'warn', or 'error' - `options.log` can be an object with {debug, verbose, info, warn, error} methods...