Michel
Michel
Hum, no it's not possible at the moment - as you can't pass options to `save`. We should probably add that since it reasonable use case.
Rethinkdbdash is using one connection per query. By default it will open up to 1000 connections per server - that is if you have at some time in the past...
@kheide -- I'm not sure to understand your question. What don't you want to do?
Exporting a schema is technically not too hard. What's harder is to reimport it. Then while I opened this issue, I'm a bit fuzzy on why people would need that...
Can someone actually write down what exporting a schema means? I can add a type field and then just call `JSON.stringify` on it, but I'm pretty sure this is not...
I watched the talks, but that doesn't really tell me what the output of the export should be. It seems pretty different to support GraphQL or be able to export...
Looks good to me. But I guess it mostly depends on what you need the schema for.
It sounds reasonable for me to add default for fields used in a relation. PR is welcome :)
Changefeed has been done. We can do a bit more clean up using `connection.server()`
Can you provide a full script that I can run that reproduce this error?