This is simple mongoDB management tool using terminal in golang
Query Command | Description |
---|---|
find() |
List all documents in the selected collection |
findOne() |
Find the document using the user typed filter |
findOneAndUpdate() |
Find and update the document using the user typed filter and update statement |
insertOne() |
Insert new document to the selected collection |
deleteOne() |
Delete the document with specified filter |
Key | Description |
---|---|
Tab |
Next view |
Ctrl+C |
Quit |
The alternatives you can find below;
brew tap root27/tools
brew install termongo
or
brew install root27/tools/termongo
You can find the binary releases to install
./termongo -host [hostname] -db [database name]