tongo

Crates.iotongo
lib.rstongo
version0.8.0
sourcesrc
created_at2024-06-30 00:28:12.606377
updated_at2024-07-15 06:05:29.707382
descriptionA TUI for MongoDB
homepage
repositoryhttps://github.com/drewzemke/tongo
max_upload_size
id1287704
size124,566
Drew Zemke (drewzemke)

documentation

README

tongo -- a TUI for MongoDB

Installation

Using cargo

Install Rust and Cargo, then install:

$ cargo install tongo

Using nix

Install Nix, then clone this repo and install:

$ git clone git@github.com:drewzemke/tongo.git
$ cd tongo
$ nix-build

Then you can move the created binary somewhere on your path:

$ cp ./result/bin/tongo /usr/local/bin/tongo

Usage

$ tongo 

Load a connection directly:

$ tongo --url mongodb://localhost:27017 

If you've previously store a connection, you can load it by name:

$ tongo --connection local
Commit count: 64

cargo fmt