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
Does MongoDB have something like HeidiSQL or PHPMyAdmin?
提问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
回答by HMagdy
For me, my favorite mongo GUI tools are:
对我来说,我最喜欢的 mongo GUI 工具是:
- MongoDB Compass: The easiest way to explore and manipulate your MongoDB data.
- Robo 3T (formerly Robomongo)is the free lightweight GUI for MongoDB enthusiasts.
- 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.
- MongoDB Compass:探索和操作 MongoDB 数据的最简单方法。
- Robo 3T(以前称为 Robomongo)是面向 MongoDB 爱好者的免费轻量级 GUI。
- 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.
蒙哥维。它不是免费的,但您仍然可以将其用于工作。