tongo-0.7.0 is not a library.
Visit the last successful build:
tongo-0.15.5
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 --url mongodb://localhost:27017