MongoDB Graphical management tool Toad Mac Edition

Source: Internet
Author: User

Yesterday introduced the installation of MongoDB on Mac, install and configure environment variables, on the terminal with the MONGO command to enter the MONGODB command line management interface, but I am more accustomed to the graphical interface to manage the database, so more intuitive. Today I'll introduce a graphical management tool for managing MongoDB on Mac--toad mac Edition:

Toad Mac Edition is a Dell company's database graphical management tool that manages Oracle, PostgreSQL, MySQL, and MongoDB databases and is completely free.

1. Go to the Mac app Store, search for "Toad", click on the results page to install the Toad icon software, the whole installation process completely stupid, no difficulty, here does not explain:

2. Run the program after installation:

3. Click the Database connection button in the top left corner:

4. Select MongoDB:

5. To connect to a database name, such as MongoDB, other options can be kept by default:

6. Create a database with the right mouse button on "DATABASES MONGODB":

7. Give a name to the database, here I take the neighbor net (neighbor. NET) project as an example, named "Neighbor":

8. A MongoDB database is now successfully created:

9. We try to create a new user table in a way that inserts the data, enter and select the following command, and then click on the "Execute" line button:

Use neighbor;

Db.user.save ({name: "Mac.manon", age:18});

10. The following shows that a record has been successfully inserted into the database (and a user table is also automatically created):

11. Enter and select "Db.user.find ();", click on the "Execute" button to execute this instruction only, the following will be able to see the query out of the previous record added::

12. Switch to the JSON tab to see the results of the JSON-formatted execution:

13.Toad simple to use the first introduction to here, Exit Toad before the proposed click Close Connection:

MongoDB Graphical management tool Toad Mac Edition

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.