https://github.com/geetesh-gupta/mongo-db-browser
Mongo DB Browser plugin for JetBrains
https://github.com/geetesh-gupta/mongo-db-browser
ide intellij jetbrains mongo plugin
Last synced: 2 months ago
JSON representation
Mongo DB Browser plugin for JetBrains
- Host: GitHub
- URL: https://github.com/geetesh-gupta/mongo-db-browser
- Owner: geetesh-gupta
- License: apache-2.0
- Created: 2022-09-17T11:27:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T14:57:53.000Z (over 2 years ago)
- Last Synced: 2025-03-01T12:25:10.640Z (3 months ago)
- Topics: ide, intellij, jetbrains, mongo, plugin
- Language: Kotlin
- Homepage:
- Size: 1.51 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License.txt
Awesome Lists containing this project
README
# Mongo DB Browser

[](https://plugins.jetbrains.com/plugin/20002-mongo-db-browser)
[](https://plugins.jetbrains.com/plugin/20002-mongo-db-browser)This Mongo DB Browser Plugin allows you to easily access mongo collections from within the IntelliJ IDE.
[](https://www.youtube.com/watch?v=mSWgqWe1nFg "Mongo DB Browser YouTube Video")
[//]: # ()
[//]: # ()
## Features
- [x] Mongo DB documents Browser
- [x] Mongo DB documents Editor
- [x] Filter/Project/Sort queries
- [x] Aggregation queries
- [x] Console commands runner
- [x] Pagination support
- [x] Import/Export Collections/Databases
- [x] SQL Query support### Upcoming Features
- [ ] Import/Export Outputs/Queries/Filters
- [ ] Add custom scripts using JavaScript to process the output results## Feedback/Suggestion
Please feel free to provide constructive feedback and feature requests by creating a new issue
on https://github.com/geetesh-gupta/Mongo-DB-Browser/issues.## Compatibility Range
- 213—223.*
- Check https://plugins.jetbrains.com/plugin/20002-mongo-db-browser/versions for further details## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Mongo DB
Browser" >
Install Plugin- Manually:
Download the [latest version](https://plugins.jetbrains.com/plugin/20002-mongo-db-browser) and install it manually
using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...## Privacy Notice
This project does not collect or process any personal data. All data processing used in this project is local to the user.---
Plugin based on the [IntelliJ Platform Plugin Template][template].[template]: https://github.com/JetBrains/intellij-platform-plugin-template