rethinkdb-js
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` 
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...