PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Thursday the 15th of March, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[16:16:37] <krang> Hey all, I'm going to ask a dumb question, so apologies in advance. I've only used SQL/Node for my backend before, and I'm trying to find something that will manage users and auth plus a database via REST so I can knock app prototypes out quickly. Can Mongo or a mongo host service do that for me, or should I be looking at a different tech?
[16:27:54] <krang> Hey all, I'm going to ask a dumb question, so apologies in advance. I've only used SQL/Node for my backend before, and I'm trying to find something that will manage users and auth plus a database via REST so I can knock app prototypes out quickly. Can Mongo or a mongo host service do that for me, or should I be looking at a different tech?
[18:15:41] <kalib> Hi guys, I am trying to get my schema via the interactive shell, but I am new to mongo. I am trying to use it this way "db.user.findOne();" , but I only receive some objects, but I would also like to get the sub-properties. How can I do that?
[18:43:27] <kalib> With db.user.findOne() I can get the keys for my user collection. But what about the sub-keys (subproperties) that each key may contain? How could I also get those?