thejsj / rethinkdb-init

Create all RethinkDB databases, tables and indexes automatically through a schema object.
https://www.npmjs.com/package/rethinkdb-init
53 stars 15 forks source link

Support for `rethinkdbdash` driver #10

Closed marshall007 closed 8 years ago

marshall007 commented 8 years ago

Fixes #9

marshall007 commented 8 years ago

@thejsj I went ahead and refactored the tests to run against both drivers. If you'd prefer to continue just running tests against the official driver let me know and I'll pull that stuff back out. I didn't change any of the existing test cases, it simply runs what you already had against both drivers.

thejsj commented 8 years ago

Yes, the refactoring of tests was definitely needed for this. Thanks!

thejsj commented 8 years ago

LGTM