A tool to view your mongodb data in the terminal. This project is still under development. Currently, you can only view data. Will add more features like data management and more.
Note: You need Rust to install this.
cargo install termongo
termongo --connect <MONGOOSE_CONNECTION_STRING>
Key | Action |
---|---|
j |
cursor down |
k |
cursor up |
enter |
browse selected |
q |
exit/back |
Contributions are always welcome!
See CONTRIBUTING.md
for ways to get started.