8 releases (breaking)

new 0.10.1 Sep 1, 2024
0.10.0 Jul 15, 2024
0.9.0 Jul 15, 2024
0.8.0 Jul 11, 2024
0.4.0 Jun 30, 2024

#1638 in Database interfaces

Download history 474/week @ 2024-06-29 290/week @ 2024-07-06 251/week @ 2024-07-13 9/week @ 2024-07-20 78/week @ 2024-07-27 177/week @ 2024-08-31

178 downloads per month

MIT license

100KB
2.5K SLoC

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

Dependencies

~32–48MB
~879K SLoC