3

Is there a complete reference for MongoDB's repl? I would like to know all the available JS commands I can use as I would like to port the interface into the browser.

1

2 Answers 2

3

following mongodb.org article has good description on mongodb commands http://docs.mongodb.org/manual/reference/javascript/

Following link has all the javascript commands http://docs.mongodb.org/manual/reference/method/

Following link has SQL to MongoDB Mapping Chart http://docs.mongodb.org/manual/reference/sql-comparison/

I hope this helps

Sign up to request clarification or add additional context in comments.

Comments

0

there is a documentation about mongodb for javascript,

http://api.mongodb.org/js/

there are the commands and more things about that.

docs.mongodb.org/manual/reference/commands

there is a tutorial to how use that

http://www.hacksparrow.com/the-mongodb-tutorial.html

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.