Michel

Results 249 comments of Michel

There's no schema at the database level, so you can't strongly enforce a schema.

Sorry for the late answer, I wanted to finish updating rethinkdbdash and thinky for RethinkDB 2.3. The good news is that RethinkDB 2.3 is out and it added support for...

Is `init: false` what you are looking for?

Oh I see, I thought I added init on the top level config, but looking at the code, it's clearly not there. Reopening with the scope of making the `init`...

There isn't any special guideline. Feel free to submit a pull request!

Not really, I'm pretty busy at the moment, feel free to send a pull request :) Since `r.http` was added, you can return a promise instead of directly accessing `table.documents`...

Well, I mean it's easy to just dump everything for every write, but a little more tricky if you want to optimize stuff.

It's probably reasonable to just load a dump JSON file from disk for now and not sync to disk. It may make sense to first implement btree before syncing. I...

Hum so a long time ago rethinkdb didn't like to have too many databases/tables - even removed. I think 2.1 fixed that but I haven't tried it. That being said,...

I'm fine with a PR that clean the databases after the test. Not a PR that create one database and one table per test.