Full Stack Development - by Ryan Kirkman

CouchDB – Don’t store stuff in the _users database

17 Mar 2011

Don’t store stuff (like user details) in the _users database. It’s a pain in the ass. See this link.

I plan to store user details in another document in another database with a 1:1 mapping to the _users user document (as per the article above).

comments powered by Disqus