Mongodb can not display query results #376
|
on a mongodb connection false EMBEDDED false EMBEDDED local false EMBEDDED false EMBEDDED local RemindEvent local.RemindEvent local.RemindEvent #document 0.0 0.0 0.0 0.0 0.0 false |
Answered by
serge-rider
Apr 17, 2016
Replies: 1 comment
|
find() returns cursor object which has its own complex structure. or just |
0 replies
Answer selected by
kseniiaguzeeva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
find() returns cursor object which has its own complex structure.
To see cursor contents try this:
db.RemindEvent.find().toArray()or just
select * from RemindEvent