MongoDB tutorial 2016-05-25 06:00
MongoDB is one kind of document-oriented NoSQL database. Open-source, cross-platform and free are the reasons large numbers of development team choose it. In this tutorial I will show you how to use it step by step.
install
init database
- Create database in MongoDB
- Drop database in MongoDB
- MongoDB enable auth
- MongoDB delete user
- Create collection in MongoDB
- Drop collection in MongoDB
- MongoDB Authentication Mechanisms
CRUD