Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Find function is not available directly as shown in example. #2

Open
RecaMedia opened this issue Nov 15, 2017 · 0 comments
Open

Find function is not available directly as shown in example. #2

RecaMedia opened this issue Nov 15, 2017 · 0 comments

Comments

@RecaMedia
Copy link

In the example provided, to use the find function, you use the following code:

db.collection.find()

However, this returns an error as find() is not a function, because this does not exist in the wrapper.
The current way to access the find() method is by typing:

db.collection.collection.find()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant