Crates.io | tongo |
lib.rs | tongo |
version | 0.10.1 |
source | src |
created_at | 2024-06-30 00:28:12.606377 |
updated_at | 2024-09-01 20:02:44.110276 |
description | A TUI for MongoDB |
homepage | |
repository | https://github.com/drewzemke/tongo |
max_upload_size | |
id | 1287704 |
size | 172,794 |
tongo
-- a TUI for MongoDBcargo
Install Rust and Cargo, then install:
$ cargo install tongo
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
$ 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