mongo-grip-nvim

MongoDB Query Runner for Neovim

MIT License

Stars
1
Committers
1

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)