CouchDb End Users -
so, i'm trying started couchdb (and nosql in general), coming well-entrenched background in t-sql, , i'm running bit of mental roadblock. i'm unsure how model end user in couchdb database.
my main point of confusion, seems me default _users document in couchdb supposed handle types of user. in effect, document should contain user information both sa user, guy on internet registered today. case, or horribly misreading entire thing?
you should check out documentation regarding security. _users
database contains "registered users" have discovered. however, "system users" (admins) configured seperately , exist in config.ini
rather in database itself.
Comments
Post a Comment