Prismatik / auth

A generically useful authentication and authorisation server based on a heirarchy-free inter-entity permission system
5 stars 1 forks source link

Feature/rethinkdb #7

Closed lyntco closed 9 years ago

lyntco commented 9 years ago

Add RethinkDB lib & tests.

nwinch commented 9 years ago

I suggest adding a section to the README on running a rethink connection locally eg. install via brew, run blah blah..

nwinch commented 9 years ago

Do tables need to be setup before running tests? Tests conk out on me when hitting the first one for removing entities. You could have the lib check if tables exist before removing too.

nwinch commented 9 years ago

How does the rethinkdb_data folder referenced in .gitignore get created?

lyntco commented 9 years ago

When you run rethinkdb from the root folder, that folder gets created.