MongoDB Notes for Professionals

Tải MongoDB Notes for Professionals
393 lượt xem
Bản quyền sách thuộc về Tác giả & Nhà xuất bản. Mua sách để ủng hộ tác giả

This MongoDB® Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA, see credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified
This is an unofficial free book created for educational purposes and is not affiliated with official MongoDB® group(s) or company(s) nor Stack Overflow. All trademarks and registered trademarks are the property of their respective company owners
The information presented in this book is not guaranteed to be correct nor accurate, use at your own risk
Please send feedback and corrections to [email protected]
---
./mongo localhost:27017/mydb myjsfile.js
Explanation: This operation executes the myjsfile.js script in a mongo shell that connects to the mydb database on the mongod instance accessible via the localhost interface on port 27017. localhost:27017 is not mandatory as this is the default port mongodb uses.
Also, you can run a .js file from within mongo console. >load("myjsfile.js")


Tham khảo thêm: MySQL Notes for Professionals
Tham khảo thêm: Node js Notes for Professionals
Tham khảo thêm: Objective-C Notes for Professionals
Tham khảo thêm: Oracle Database Notes for Professionals
Tham khảo thêm: Perl Notes for Professionals


CLICK LINK DOWNLOAD EBOOK TẠI ĐÂY.

Gợi ý cho bạn