Closed
Description
It seems like in Mongo, when I do:
> show collections;
_PushStatus
_Role
_SCHEMA
_Session
_User
...
I can see a bunch of collections. I seem to be able to query custom classes/collections fine, but when I try to query those _
classes, I get
> db._User.find().pretty()
2016-03-07T23:00:57.303+0800 E QUERY [thread1] TypeError: db._User is undefined :
@(shell):1:1
Why is this?
Metadata
Metadata
Assignees
Labels
No labels