Skip to content

root27/termongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termongo

This is simple mongoDB management tool using terminal in golang

Available Operations

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 Mappings

Key Description
Tab Next view
Ctrl+C Quit

Installation

The alternatives you can find below;

Homebrew Installation


brew tap root27/tools

brew install termongo

or


brew install root27/tools/termongo

Releases

You can find the binary releases to install

Usage


./termongo -host [hostname] -db [database name]

About

Cli tool for mongo database management

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages