-
```
function* create(next) {
try{
// Parse the POST data
var todo = yield parse(this); //this throws an error
```
https://github.com/rethinkdb/rethinkdb-example-nodejs/blob/master…
-
## Issue - Bug
- OS: OSX
- Node version: `v4.4.4`
- NPM version: `3.9.0`
- RethinkDB version: `2.3.2`
I'm trying to get `meatier` to connect to a local Docker container of rethinkdb. I set the `DATA…
-
## The dependency [rethinkdb](https://github.com/rethinkdb/rethinkdb) was updated from `2.3.3` to `2.4.0`.
🚨 [View failing branch](https://github.com/g-div/hapi-rethinkdb-init/compare/master...g-div…
-
Server version: 2.0.0
Client version: 2.0.0
DB server set up through AWS Marketplace. Created a user and granted
```
r.db('mydb').grant('myuser', {read: true, write: true, config: false});
```
I g…
-
We all know MongoDB isn't silver bullet, and, as ng-fullstack grows, we have to give the devs more options.
We're planning to add the following DBs to the stack:
- RethinkDB;
- PostgreSQL (via se…
-
Hi @paldepind , I am very much interested in using this library, but node in a node context. Is it possible to define the Server side code (in the Readme) on the client. My use case is RethinkDb on an…
-
The comparison table to MongoDB http://rethinkdb.com/docs/comparison-tables/ is outdated in many points
- MongoDB has added text indexes
- MongoDB now offers a different storage engine. The following …
-
It would be nice if developers could add before-execute and after-execute callback functions to their queries in the whitelist. Some use cases:
- Send push notifications after a row is inserted
- Reco…
-
Got this comment in a recent HN thread:
> +1 to using RethinkDB! I'm also using RethinkDB in production, and I love it! The only issue is that you have to set up persistent filters via iptables in ad…
-
When looking around this code I noticed a duplicate
https://github.com/mikemintz/rethinkdb-websocket-server/blob/master/src/Connection.js#L29
https://github.com/mikemintz/rethinkdb-websocket-serve…