MongoDB 有 HeidiSQL 或 PHPMyAdmin 之类的东西吗?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/7727745/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 12:16:18  来源:igfitidea点击:

Does MongoDB have something like HeidiSQL or PHPMyAdmin?

mongodbuser-interfacephpmyadmin

提问by asci

Does MongoDB have something like HeidiSQL or PHPMyAdmin?

MongoDB 有 HeidiSQL 或 PHPMyAdmin 之类的东西吗?

I would prefer something that's free and cross-platform, with editable fields for collections of data.

我更喜欢免费和跨平台的东西,具有用于数据集合的可编辑字段。

回答by jewelfarazi

You can give a try with Robomongo, RockmongoI hope you will like them.

你可以试试RobomongoRockmongo我希望你会喜欢它们。

回答by HMagdy

For me, my favorite mongo GUI tools are:

对我来说,我最喜欢的 mongo GUI 工具是:

  1. MongoDB Compass: The easiest way to explore and manipulate your MongoDB data.
  2. Robo 3T (formerly Robomongo)is the free lightweight GUI for MongoDB enthusiasts.
  3. NoSQLBooster for MongoDB (formerly MongoBooster)is a shell-centric cross-platform GUI tool for MongoDB v2.6-4.0, which provides fluent query builder, SQL query SQL Query, update-in-place, ES2017 syntax support and true intellisense experience.
  1. MongoDB Compass:探索和操作 MongoDB 数据的最简单方法。
  2. Robo 3T(以前称为 Robomongo)是面向 MongoDB 爱好者的免费轻量级 GUI。
  3. NoSQLBooster for MongoDB(原MongoBooster)MongoDB v2.6-4.0的以shell为中心的跨平台GUI工具,提供流畅的查询构建器、SQL查询SQL查询、就地更新、ES2017语法支持和真正的智能感知体验。

回答by Alef Spinella

You can use MongoDb Compass

您可以使用MongoDb 指南针

Using this platform, you can create Databases, Collections and entries (documents). You can also do filter operations and delete them. It's a friendly environment, where the data is displayed in tables and lists (with some metrics too - total size, documents...).

使用此平台,您可以创建数据库、集合和条目(文档)。您还可以进行过滤操作并删除它们。这是一个友好的环境,数据显示在表格和列表中(还有一些指标 - 总大小、文档......)。

If you use MongoDB Atlas, it's easiest to configure it

如果使用MongoDB Atlas,配置起来最简单

回答by neildd

MongoVUE. It's not FREE, but you still can use it for work.

蒙哥维。它不是免费的,但您仍然可以将其用于工作。