Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsni1/mongo-grip-nvim
MongoDB Query Runner for Neovim
https://github.com/xsni1/mongo-grip-nvim
lua mongodb nvim query runner
Last synced: 3 months ago
JSON representation
MongoDB Query Runner for Neovim
- Host: GitHub
- URL: https://github.com/xsni1/mongo-grip-nvim
- Owner: xsni1
- License: mit
- Created: 2024-08-03T09:43:33.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T10:22:24.000Z (6 months ago)
- Last Synced: 2024-09-29T06:03:31.834Z (4 months ago)
- Topics: lua, mongodb, nvim, query, runner
- Language: Lua
- Homepage:
- Size: 498 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mongo-grip-nvim
MongoDB Query Runner for Neovim
https://github.com/user-attachments/assets/c477ba2f-2569-4440-abf1-76e3ce93020c
A lightweight neovim plugin, tailored to fit my needs.
In my daily work, I execute numerous MongoDB queries. Tools like `mongosh` or `MongoDB Atlas` are powerful but feel sluggish - mainly because of lack of vim motions support (unacceptable!).Using this tool I am able to run MongoDB queries without leaving my editor, also I can just store all the queries in one file and execute queries by simply selecting them
## TO DO
- [ ] Built-in paging support (no idea how to implement it as for now)