Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)